Do not exit

This commit is contained in:
Anthony Laibe 2018-08-16 15:11:08 +01:00 committed by Iuri Matias
parent b3ed3d0379
commit ecf7bfad76

View File

@ -31,7 +31,6 @@ class ProcessLauncher {
this.process.on('message', (msg) => {
if (msg.error) {
self.logger.error(msg.error);
process.exit(0);
}
if (msg.result === constants.process.log) {
return self._handleLog(msg);