refactor: refine error message
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 17:04:02 +0000 (18:04 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 17:04:02 +0000 (18:04 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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({