mirror of https://github.com/embarklabs/embark.git
add todo
This commit is contained in:
parent
448593b36f
commit
6bb8051d83
|
@ -222,6 +222,7 @@ class Embark {
|
||||||
engine.logger.debug(err.stack);
|
engine.logger.debug(err.stack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: this should be moved out and determined somewhere else
|
||||||
if (canExit || !engine.config.contractsConfig.afterDeploy || !engine.config.contractsConfig.afterDeploy.length) {
|
if (canExit || !engine.config.contractsConfig.afterDeploy || !engine.config.contractsConfig.afterDeploy.length) {
|
||||||
process.exit();
|
process.exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue