Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
index d5eb848c7c90d5dca20c09623496b71d44b36ef5..1a1ebeba19b625c0640ac95905f89e627c0cf388 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
-import fs from 'fs';
+import fs from 'node:fs';
 
 import lockfile from 'proper-lockfile';