Skip to content

Commit 398e700

Browse files
linting fixup
Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
1 parent 2449435 commit 398e700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/parallel/test-whatwg-transformstream-cancel-write-race.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const { TransformStream } = require('stream/web');
55
const { setTimeout } = require('timers/promises');
66

77
// Test for https://github.com/nodejs/node/issues/62036
8-
// A late write racing with reader.cancel() should not throw an internal "transformAlgorithm is not a function" TypeError.
8+
// A late write racing with reader.cancel() should not throw an
9+
// internal "transformAlgorithm is not a function" TypeError.
910

1011
async function test() {
1112
const stream = new TransformStream({

0 commit comments

Comments
 (0)