mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
ad missing emit
This commit is contained in:
parent
d0162a6c78
commit
231199c0dc
@ -36,6 +36,7 @@ class Blockchain {
|
||||
cb = function(){};
|
||||
}
|
||||
if (this.isWeb3Ready) {
|
||||
this.events.emit(WEB3_READY);
|
||||
return cb();
|
||||
}
|
||||
const self = this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user