Skip to content

Commit 856683d

Browse files
committed
Expand warning message
1 parent 538f993 commit 856683d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/lib/testing/testrunner.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ TestRunner.prototype.endTest = function(mocha, callback) {
206206
} catch (_) {
207207
//temporary HACK until we're using the new decoder
208208
self.logger.log(` Warning: event decoding failed`);
209+
self.logger.log(
210+
` (This may be due to multiple events with same signature`
211+
);
212+
self.logger.log(` or due to unsupported data types)`);
209213
return;
210214
}
211215

0 commit comments

Comments
 (0)