X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Fstorage%2FJSONFileStorage.ts;h=92b4faae42702a25892cad7db5604dc2fd746db5;hb=311dd6feba5fe8c1c86c3875b72b40bef688244e;hp=30c83d3d75592991f3424f31b7b65a35484c500c;hpb=c63c21bce46d9230688d0c5ebd31f5dd861324de;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/storage/JSONFileStorage.ts b/src/performance/storage/JSONFileStorage.ts index 30c83d3d..92b4faae 100644 --- a/src/performance/storage/JSONFileStorage.ts +++ b/src/performance/storage/JSONFileStorage.ts @@ -29,7 +29,7 @@ export class JSONFileStorage extends Storage { } await release(); }) - .catch(() => { }); + .catch(() => { /* This is intentional */ }); } public open(): void {