Skip to content

Commit 058fe4c

Browse files
committed
Fix typo
1 parent c196bcb commit 058fe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tmp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function _prepareTmpFileRemoveCallback(name, fd, opts) {
352352
// under some node/windows related circumstances, a temporary file
353353
// may have not be created as expected or the file was already closed
354354
// by the user, in which case we will simply ignore the error
355-
if (e.errno != -_c.EBADF && e.errno != -c.ENOENT) {
355+
if (e.errno != -_c.EBADF && e.errno != -_c.ENOENT) {
356356
// reraise any unanticipated error
357357
throw e;
358358
}

0 commit comments

Comments
 (0)