Merge pull request #730 from embark-framework/bug_fix/on-deploy-twice
remove double registerModule
This commit is contained in:
commit
fc12a2996e
|
@ -169,7 +169,6 @@ class Engine {
|
|||
this.registerModule('profiler');
|
||||
this.registerModule('deploytracker');
|
||||
this.registerModule('specialconfigs');
|
||||
this.registerModule('specialconfigs');
|
||||
this.registerModule('console_listener', {ipc: self.ipc});
|
||||
this.registerModule('contracts_manager');
|
||||
this.registerModule('deployment', {plugins: this.plugins, onlyCompile: options.onlyCompile});
|
||||
|
|
Loading…
Reference in New Issue