mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +00:00
temporary fix for --nodashboard issue in develop
This commit is contained in:
parent
550b81c9b2
commit
3d240c9d84
@ -318,7 +318,9 @@ var Embark = {
|
||||
var consoleABI = abiGenerator.generateABI({useEmbarkJS: false});
|
||||
// not good, better generate events when deployment is done and do this
|
||||
// through a listener
|
||||
Embark.dashboard.console.runCode(consoleABI);
|
||||
if (Embark.dashboard) {
|
||||
Embark.dashboard.console.runCode(consoleABI);
|
||||
}
|
||||
callback(null, contractsManager);
|
||||
},
|
||||
function generateABI(contractsManager, callback) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user