Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Aug 22, 2023
1 parent 5402670 commit ec7a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-write-stream-eagain.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { finished } from 'node:stream/promises';
const file = tmpdir.resolve('writeStreamEAGAIN.txt');
const errorWithEAGAIN = (fd, buffer, offset, length, position, callback) => {
callback(Object.assign(new Error(), { code: 'EAGAIN' }), 0, buffer);
}
};

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

0 comments on commit ec7a679

Please sign in to comment.