X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=a1ee4ff2342b01854ffd913ff83ec1dec1abbd0b;hb=0b22144c135af531858c989650e864edb352764d;hp=96a498f601a626c2f640637fe8184446fe646085;hpb=805e8a892d75e4bd8b75f5b7c76110bde0e2dc81;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index 96a498f6..a1ee4ff2 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -299,7 +299,7 @@ export class Bootstrap extends EventEmitter { process.exit(0); }) .catch((error) => { - console.error(chalk.red('Error while stopping charging stations simulator:'), error); + console.error(chalk.red('Error while stopping charging stations simulator: '), error); process.exit(1); }); };