Merge pull request #532 from embark-framework/bug_fix/contract-breaks-pipeline
Fix for starting embark with a contract that has an error, then fixing, seems to still break the pipeline
This commit is contained in:
commit
b62c9dcd38
|
@ -267,6 +267,8 @@ class ContractsManager {
|
||||||
self.compileError = true;
|
self.compileError = true;
|
||||||
self.events.emit("status", __("Compile/Build error"));
|
self.events.emit("status", __("Compile/Build error"));
|
||||||
self.logger.error(__("Error Compiling/Building contracts: ") + err);
|
self.logger.error(__("Error Compiling/Building contracts: ") + err);
|
||||||
|
}else{
|
||||||
|
self.compileError = false;
|
||||||
}
|
}
|
||||||
self.logger.trace("finished".underline);
|
self.logger.trace("finished".underline);
|
||||||
done(err, self);
|
done(err, self);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue