Skip to content

Commit 1ed2f00

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

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
@@ -8,7 +8,6 @@ const [sideA, sideB] = duplexPair();
88

99
// Use common.mustCall inside the listeners to ensure they trigger
1010
sideA.on('error', common.mustCall((err) => {
11-
sideAErrorReceived = true;
1211
}));
1312

1413
sideB.on('error', common.mustCall((err) => {

0 commit comments

Comments
 (0)