Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / performance / storage / Storage.ts
index 5fb0fb61beb4190ec9cdc98a7252bf4c8f8115c5..4b8f4c7cbb1c7f3c9cba6ceacfa709209565ac09 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
-import { URL } from 'url';
+import { URL } from 'node:url';
 
 import type { EmptyObject } from '../../types/EmptyObject';
 import type { HandleErrorParams } from '../../types/Error';