diff --git a/src/config.ts b/src/config.ts index 378b9394c9ee9ac3139988859cb7338e9e9e96bf..88994041e7600850a91181f5a0ab7bb0c71aea15 100644 --- a/src/config.ts +++ b/src/config.ts @@ -204,6 +204,7 @@ export { /** * to handle unhandled exceptions */ +/* process.on('unhandledRejection', (reason, promise) => { log.error('Config', '###########################') log.error('Config', 'unhandledRejection: %s %s', reason, promise) @@ -212,3 +213,4 @@ process.on('unhandledRejection', (reason, promise) => { log.error('Config', 'unhandledRejection::catch(%s)', err.message || err) }) }) +*/