Skip to content

Commit 041dc6e

Browse files
committed
lint
1 parent 94b742b commit 041dc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ function stat(path, options = { bigint: false }, callback) {
16411641
if (options.signal?.aborted) {
16421642
const abortErr = new AbortError('The operation was aborted', { cause: options.signal.reason });
16431643
return process.nextTick(() => callback(abortErr));
1644-
}
1644+
}
16451645

16461646
let aborted = false;
16471647
const onAbort = () => {

0 commit comments

Comments
 (0)