We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd6f52 commit d04c3ffCopy full SHA for d04c3ff
lib/write-entry.js
@@ -231,7 +231,7 @@ const WriteEntry = warner(class WriteEntry extends MiniPass {
231
er.path = this.absolute
232
er.syscall = 'read'
233
er.code = 'EOF'
234
- this[CLOSE](fd)
+ this[CLOSE](fd, _ => _)
235
return this.emit('error', er)
236
}
237
@@ -240,7 +240,7 @@ const WriteEntry = warner(class WriteEntry extends MiniPass {
240
241
242
243
244
245
246
0 commit comments