We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55fb69 commit 2082c31Copy full SHA for 2082c31
lib/path.js
@@ -47,7 +47,7 @@ const {
47
validateString,
48
} = require('internal/validators');
49
const {
50
- toPathIfFileURL: URLToPathIfFileURL
+ toPathIfFileURL: URLToPathIfFileURL,
51
} = require('internal/url');
52
53
function toPathIfFileURL(url, options) {
0 commit comments