Version 1.1.20
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JSONFileStorage.ts
index 30c83d3d75592991f3424f31b7b65a35484c500c..92b4faae42702a25892cad7db5604dc2fd746db5 100644 (file)
@@ -29,7 +29,7 @@ export class JSONFileStorage extends Storage {
         }
         await release();
       })
-      .catch(() => { });
+      .catch(() => { /* This is intentional */ });
   }
 
   public open(): void {