repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99a8ac
)
refactor: refine error message
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 17:04:02 +0000
(18:04 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/charging-station/Bootstrap.ts
b/src/charging-station/Bootstrap.ts
index 40d451ed5e0218bbddc7c31b88aa2e8db1f5d692..faa29e6859abeb94881ae1ddb06fec951b4127c6 100644
(file)
--- a/
src/charging-station/Bootstrap.ts
+++ b/
src/charging-station/Bootstrap.ts
@@
-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({