Add error handling to JSON schemas file reading
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Jan 2023 00:33:34 +0000 (01:33 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Jan 2023 00:33:34 +0000 (01:33 +0100)
commit130783a74f495abcb198b7f01abe19dab4f7fb47
treee5e1116b055d3e785af03e8814f41d2508057e1e
parent4e276cc7fe5ba6090afa4cb7b45b0f0885d0f149
Add error handling to JSON schemas file reading

Close #369

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
21 files changed:
mikro-orm.config-template.ts
rollup.config.mjs
src/charging-station/AuthorizedTagsCache.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20RequestService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/charging-station/ocpp/OCPPServiceUtils.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/Storage.ts
src/utils/Configuration.ts
src/utils/FileUtils.ts
src/worker/WorkerAbstract.ts