X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FFileUtils.ts;h=b057d7f7e844b4684f823903bc22a60f98e200dd;hb=8bea4a18973485e1b98d153c45447841f622b701;hp=c61ff8f4f8d245a680b8b429ec5db6d4668fcb58;hpb=e3822d6f1b40477f7308ad70c290ed2c4106c585;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/FileUtils.ts b/src/utils/FileUtils.ts index c61ff8f4..b057d7f7 100644 --- a/src/utils/FileUtils.ts +++ b/src/utils/FileUtils.ts @@ -1,15 +1,14 @@ -import { JsonObject, JsonType } from '../types/JsonType'; - import { EmptyObject } from '../types/EmptyObject'; import { FileType } from '../types/FileType'; import { HandleErrorParams } from '../types/Error'; +import { JsonType } from '../types/JsonType'; import Utils from './Utils'; import chalk from 'chalk'; import fs from 'fs'; import logger from './Logger'; export default class FileUtils { - static watchJsonFile( + static watchJsonFile( logPrefix: string, fileType: FileType, file: string,