Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fs: deprecate never throw behaviour in fs.existsSync
  • Loading branch information
Ceres6 committed Jan 6, 2025
commit f32d8738feaa347f54e1f66189f0957240c91d37
2 changes: 0 additions & 2 deletions lib/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const {
defineLazyProperties,
isWindows,
isMacOS,
deprecate,
} = require('internal/util');
const {
constants: {
Expand Down Expand Up @@ -151,7 +150,6 @@ const {
validateString,
kValidateObjectAllowNullable,
} = require('internal/validators');
const { deprecate } = require('internal/util');

const permission = require('internal/process/permission');

Expand Down