X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=677843d27c1c479ac4c9e34f98bcd98f38a55a44;hb=fca8bc64968004b4018a4d766b2121ced4fee943;hp=5e1ac3eb4b1b447720b5489e629ef143e510a5c7;hpb=bf4afa568a47cf088c01725737aecb4be7df40b2;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index 5e1ac3eb..677843d2 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 shutdowning charging stations simulator: '), error); process.exit(1); }); };