mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-27 14:05:27 +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) => {
|
this.process.on('message', (msg) => {
|
||||||
if (msg.error) {
|
if (msg.error) {
|
||||||
self.logger.error(msg.error);
|
self.logger.error(msg.error);
|
||||||
process.exit(0);
|
|
||||||
}
|
}
|
||||||
if (msg.result === constants.process.log) {
|
if (msg.result === constants.process.log) {
|
||||||
return self._handleLog(msg);
|
return self._handleLog(msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user