X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FFileUtils.ts;h=ecb945bf40915841809270453428725cddf6b182;hb=3fb26594ef01e3f443bcc0bbf81401c6e38fdc01;hp=d1d5d629ab575ba7f5b238896eba114624271275;hpb=9bf0ef23c51160abc6866ad8d07eea85e308edb8;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/FileUtils.ts b/src/utils/FileUtils.ts index d1d5d629..ecb945bf 100644 --- a/src/utils/FileUtils.ts +++ b/src/utils/FileUtils.ts @@ -21,7 +21,7 @@ export const watchJsonFile = ( }); } } - } + }, ): FSWatcher | undefined => { if (isNotEmptyString(file)) { try {