There was an error while loading. Please reload this page.
1 parent 1bc5b04 commit 7d0138fCopy full SHA for 7d0138f
packages/core/lib/test.js
@@ -58,7 +58,7 @@ const Test = {
58
// e.g., https://github.com/ethereum/web3.js/blob/master/lib/web3/allevents.js#L61
59
// Output looks like this during tests: https://gist.github.com/tcoulter/1988349d1ec65ce6b958
60
const warn = config.logger.warn;
61
- config.logger.warn = message => {
+ config.logger.warn = function(message) {
62
if (message === "cannot find event for log") {
63
return;
64
} else {
0 commit comments