mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 20:48:23 +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});
|
var consoleABI = abiGenerator.generateABI({useEmbarkJS: false});
|
||||||
// not good, better generate events when deployment is done and do this
|
// not good, better generate events when deployment is done and do this
|
||||||
// through a listener
|
// through a listener
|
||||||
|
if (Embark.dashboard) {
|
||||||
Embark.dashboard.console.runCode(consoleABI);
|
Embark.dashboard.console.runCode(consoleABI);
|
||||||
|
}
|
||||||
callback(null, contractsManager);
|
callback(null, contractsManager);
|
||||||
},
|
},
|
||||||
function generateABI(contractsManager, callback) {
|
function generateABI(contractsManager, callback) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user