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 cd03f5b commit fd8f2b6Copy full SHA for fd8f2b6
test/parallel/test-wrap-js-stream-exceptions.js
@@ -10,7 +10,7 @@ process.once('uncaughtException', common.mustCall((err) => {
10
}));
11
12
const socket = new JSStreamWrap(new Duplex({
13
- read: common.mustCall(),
+ read: common.mustNotCall(),
14
write: common.mustCall((buffer, data, cb) => {
15
throw new Error('exception!');
16
})
0 commit comments