Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerUtils.ts
index 4d6868f76f35cf77166cfcff54c7e23ccae0036d..2b6123514633799c668060ff755e4d7a645394a7 100644 (file)
@@ -7,7 +7,7 @@ export class WorkerUtils {
 
   public static defaultExitHandler = (code: number): void => {
     if (code !== 0) {
-      console.error(chalk.red(`Worker stopped with exit code ${code}`));
+      console.error(chalk.red(`Worker exited with error exit code: ${code.toString()}`));
     }
   };