Skip to content

Commit d6f5acd

Browse files
aelhorlpinca
andauthored
Update test/parallel/test-duplex-error.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent 1cb4963 commit d6f5acd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-duplex-error.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ sideA.on('error', common.mustCall((err) => {
1212
}));
1313

1414
sideB.on('error', common.mustCall((err) => {
15-
sideBErrorReceived = true;
1615
}));
1716

1817
sideA.resume();

0 commit comments

Comments
 (0)