Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9a1b2 commit 36b6b05Copy full SHA for 36b6b05
test/internet/test-dgram-send-cb-quelches-error.js
@@ -28,7 +28,7 @@ function callbackOnly(err) {
28
}
29
30
function onEvent(err) {
31
- assert.fail('Error should not be emitted if there is callback');
+ assert.fail(`Error should not be emitted if there is callback: ${err}`);
32
33
34
function onError(err) {
0 commit comments