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:
baf34a7
)
docs: cleanup code comments
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 1 Feb 2024 11:10:22 +0000
(12:10 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 1 Feb 2024 11:10:22 +0000
(12:10 +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 a4262770e57bbe690a4e7900625636c457095f14..72a76c4e370418d4dc0e9569bf0cb52e13c53175 100644
(file)
--- a/
src/charging-station/Bootstrap.ts
+++ b/
src/charging-station/Bootstrap.ts
@@
-475,7
+475,6
@@
export class Bootstrap extends EventEmitter {
.then(() => {
console.info(chalk.green('Graceful shutdown'))
this.uiServer?.stop()
- // stop() asks for charging stations to stop by default
this.waitChargingStationsStopped()
.then(() => {
exit(exitCodes.succeeded)