mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 21:51:06 +00:00
Do not exit
This commit is contained in:
parent
b3ed3d0379
commit
ecf7bfad76
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user