Skip to content

Commit

Permalink
Update test/parallel/test-internal-fs-syncwritestream.js
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
killagu and lpinca committed Jun 20, 2023
1 parent eff6f0f commit 8c4b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-internal-fs-syncwritestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const filename = path.join(tmpdir.path, 'sync-write-stream.txt');
}));
}

// Verify write file failed trigger error event
// Verify that an error on _write() triggers an 'error' event.
{
const fd = fs.openSync(filename, 'w');
const stream = new SyncWriteStream(fd);
Expand Down

0 comments on commit 8c4b1af

Please sign in to comment.