mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +00:00
Handling for error during build.
This commit is contained in:
parent
8fc978eb50
commit
8bdf79b19a
@ -186,7 +186,7 @@ class Embark {
|
|||||||
engine.logger.info("finished building".underline);
|
engine.logger.info("finished building".underline);
|
||||||
}
|
}
|
||||||
// needed due to child processes
|
// needed due to child processes
|
||||||
if(!continueProcessing){
|
if(err || !continueProcessing){
|
||||||
process.exit();
|
process.exit();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user