forked from forks/go-ethereum
module var fix
This commit is contained in:
parent
07fba274b1
commit
c9015e2e04
1 changed files with 2 additions and 1 deletions
|
|
@ -505,4 +505,5 @@ function messageHandler(data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = web3;
|
if (typeof(module) !== "undefined")
|
||||||
|
module.exports = web3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue