fix: ensure charging stations are stopped if UI server is disabled at
[e-mobility-charging-stations-simulator.git] / src / utils / ErrorUtils.ts
index 872348795e4838f6dc6571e3f0650c7a2da38820..537aa308b41a0516e4b688c7f9b38124952d455f 100644 (file)
@@ -1,3 +1,5 @@
+import process from 'node:process';
+
 import chalk from 'chalk';
 
 import { logger } from './Logger';