refactor: unflag worker startup at the right time on worker set
[e-mobility-charging-stations-simulator.git] / src / utils / Configuration.ts
index ad8d328df83f1da34d864c59d5431b6b79539dbc..b564cd6252ea4366993f24bb5e9961132bd9ad4d 100644 (file)
@@ -578,7 +578,7 @@ export class Configuration {
           `${Constants.DEFAULT_PERFORMANCE_DIRECTORY}/${Constants.DEFAULT_PERFORMANCE_RECORDS_DB_NAME}.db`,
         );
       default:
-        throw new Error(`Performance storage URI is mandatory with storage type '${storageType}'`);
+        throw new Error(`Unsupported storage type '${storageType}'`);
     }
   }