mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
fix(compiler): fix compiler being fired twice
This commit is contained in:
parent
6e4a612fef
commit
ebd827bc55
@ -220,7 +220,6 @@ class Engine {
|
||||
let self = this;
|
||||
|
||||
this.setupCompilerAndContractsManagerService(options);
|
||||
this.registerModule('compiler', {plugins: self.plugins, disableOptimizations: options.disableOptimizations});
|
||||
this.registerModule('solidity', {ipc: self.ipc, useDashboard: this.useDashboard});
|
||||
this.registerModule('vyper');
|
||||
this.registerModule('profiler', {plugins: this.plugins});
|
||||
|
@ -103,7 +103,6 @@ class TestRunner {
|
||||
}
|
||||
], (err, results) => {
|
||||
if (err) {
|
||||
self.logger.error(err);
|
||||
return cb(err);
|
||||
}
|
||||
let totalFailures = results.reduce((acc, result) => acc + result.failures, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user