Use code while exiting

remotes/origin/fix-typo-patch-1
Daniel García Aubert 6 years ago
parent b314acf5b5
commit 7efb8abd97

@ -255,7 +255,7 @@ function exitProcess (listener, logger, killTimeout) {
}
logger.info(`Process is going to exit with code: ${code}`);
listener.close(() => global.log4js.shutdown(() => process.exit(1)));
listener.close(() => global.log4js.shutdown(() => process.exit(code)));
};
}

Loading…
Cancel
Save