Skip to content

Commit 8c4b1af

Browse files
killagulpinca
andauthored
Update test/parallel/test-internal-fs-syncwritestream.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent eff6f0f commit 8c4b1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-internal-fs-syncwritestream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const filename = path.join(tmpdir.path, 'sync-write-stream.txt');
7575
}));
7676
}
7777

78-
// Verify write file failed trigger error event
78+
// Verify that an error on _write() triggers an 'error' event.
7979
{
8080
const fd = fs.openSync(filename, 'w');
8181
const stream = new SyncWriteStream(fd);

0 commit comments

Comments
 (0)