Skip to content

Commit 2533e72

Browse files
Update fs.js
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
1 parent 99ec837 commit 2533e72

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
@@ -1635,7 +1635,7 @@ function stat(path, options, callback) {
16351635
} else if (options === null || typeof options !== 'object') {
16361636
options = kEmptyObject;
16371637
} else {
1638-
options = getOptions(options, { __proto__: null, bigint: false, signal: undefined });
1638+
options = getOptions(options, { bigint: false, signal: undefined });
16391639
}
16401640

16411641
if (typeof callback !== 'function') {

0 commit comments

Comments
 (0)