mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 22:16:45 +01:00
module var fix
This commit is contained in:
@@ -505,4 +505,5 @@ function messageHandler(data) {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = web3;
|
||||
if (typeof(module) !== "undefined")
|
||||
module.exports = web3;
|
||||
|
||||
Reference in New Issue
Block a user