We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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