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 21fe1ee commit 5754f12Copy full SHA for 5754f12
1 file changed
test/parallel/test-tls-enable-trace-cli.js
@@ -55,6 +55,7 @@ function test() {
55
key: keys.agent6.key
56
},
57
}, common.mustCall((err, pair, cleanup) => {
58
+ assert.ifError(err);
59
return cleanup();
60
}));
61
}
0 commit comments