mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 05:56:00 +00:00
Merge pull request #922 from embark-framework/bugfix/undefined-printed
Remove undefined printed
This commit is contained in:
commit
86057f29d4
@ -233,12 +233,7 @@ class EmbarkController {
|
||||
callback(err, true);
|
||||
});
|
||||
}
|
||||
], function (err, canExit) {
|
||||
if (err) {
|
||||
engine.logger.error(err.message);
|
||||
engine.logger.debug(err.stack);
|
||||
}
|
||||
|
||||
], function (_err, canExit) {
|
||||
// TODO: this should be moved out and determined somewhere else
|
||||
if (canExit || !engine.config.contractsConfig.afterDeploy || !engine.config.contractsConfig.afterDeploy.length) {
|
||||
process.exit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user