Skip to content

Commit

Permalink
fixup! fs: allow passing negative zero fd
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Jan 29, 2021
1 parent 0ce7f61 commit eac8f2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const {
validateCallback,
validateFunction,
validateInteger,
validateInt32,
} = require('internal/validators');
// 2 ** 32 - 1
const kMaxUserId = 4294967295;
Expand Down

0 comments on commit eac8f2f

Please sign in to comment.