fix: only send UI server response when needed
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 96a498f601a626c2f640637fe8184446fe646085..a1ee4ff2342b01854ffd913ff83ec1dec1abbd0b 100644 (file)
@@ -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);
       });
   };