Skip to content

Commit

Permalink
resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
prettydiff committed Aug 27, 2023
1 parent f59bb7b commit 4ee9915
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/internal/fs/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,6 @@ class FileHandle extends EventEmitter {
this[kHandle],
undefined,
{ ondone: () => this[kUnref]() });
const {
readableStreamCancel,
} = require('internal/webstreams/readablestream');
this[kRef]();
this.once('close', () => {
readableStreamCancel(readable);
});
} else {
const {
readableStreamCancel,
Expand Down

0 comments on commit 4ee9915

Please sign in to comment.