We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2e064 commit 29c195eCopy full SHA for 29c195e
lib/fs.js
@@ -52,7 +52,6 @@ const {
52
} = errors.codes;
53
54
const { FSReqCallback, statValues } = binding;
55
-const internalFS = require('internal/fs/utils');
56
const { toPathIfFileURL } = require('internal/url');
57
const internalUtil = require('internal/util');
58
const {
@@ -72,7 +71,7 @@ const {
72
71
validateOffsetLengthRead,
73
validateOffsetLengthWrite,
74
validatePath
75
-} = internalFS;
+} = require('internal/fs/utils');
76
77
CHAR_FORWARD_SLASH,
78
CHAR_BACKWARD_SLASH,
0 commit comments