mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
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