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:
Iuri Matias 2018-06-15 17:50:02 -04:00 committed by GitHub
commit b62c9dcd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2897 additions and 3020 deletions

View File

@ -267,6 +267,8 @@ class ContractsManager {
self.compileError = true;
self.events.emit("status", __("Compile/Build error"));
self.logger.error(__("Error Compiling/Building contracts: ") + err);
}else{
self.compileError = false;
}
self.logger.trace("finished".underline);
done(err, self);

5915
package-lock.json generated

File diff suppressed because it is too large Load Diff