X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=d6efcdc7d17111df6b2897e2866144c3f81341c5;hb=64c14c99f9902d4e96f2a2cd404e536e0584a629;hp=5fedbc57e20ab849439f4628c28390b4433015f5;hpb=f223daa52d37f83d11ef1b4b6864eb8b549652a4;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 5fedbc57..d6efcdc7 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -13,8 +13,7 @@ export { handleIncomingRequestError, handleSendMessageError, handleUncaughtException, - handleUnhandledRejection, - setDefaultErrorParams + handleUnhandledRejection } from './ErrorUtils.js' export { watchJsonFile } from './FileUtils.js' export { logger } from './Logger.js'