We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81824a6 commit 7885413Copy full SHA for 7885413
1 file changed
test/parallel/test-fs-write-stream-eagain.mjs
@@ -8,7 +8,7 @@ import { finished } from 'node:stream/promises';
8
const file = tmpdir.resolve('writeStreamEAGAIN.txt');
9
const errorWithEAGAIN = (fd, buffer, offset, length, position, callback) => {
10
callback(Object.assign(new Error(), { code: 'EAGAIN' }), 0, buffer);
11
-}
+};
12
13
describe('WriteStream EAGAIN', { concurrency: true }, () => {
14
it('_write', async () => {
0 commit comments