refactor: refine error message
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 40d451ed5e0218bbddc7c31b88aa2e8db1f5d692..faa29e6859abeb94881ae1ddb06fec951b4127c6 100644 (file)
@@ -539,7 +539,7 @@ export class Bootstrap extends EventEmitter {
   ): Promise<void> {
     if (!this.started && !this.starting) {
       throw new BaseError(
-        'Cannot add charging station while charging stations simulator is not started'
+        'Cannot add charging station while the charging stations simulator is not started'
       )
     }
     await this.workerImplementation?.addElement({