Skip to content

Commit 7885413

Browse files
committed
lint
1 parent 81824a6 commit 7885413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-fs-write-stream-eagain.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { finished } from 'node:stream/promises';
88
const file = tmpdir.resolve('writeStreamEAGAIN.txt');
99
const errorWithEAGAIN = (fd, buffer, offset, length, position, callback) => {
1010
callback(Object.assign(new Error(), { code: 'EAGAIN' }), 0, buffer);
11-
}
11+
};
1212

1313
describe('WriteStream EAGAIN', { concurrency: true }, () => {
1414
it('_write', async () => {

0 commit comments

Comments
 (0)