We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2108fa commit 1fdcf75Copy full SHA for 1fdcf75
lib/module.js
@@ -135,7 +135,7 @@ function toRealPath(requestPath) {
135
});
136
}
137
138
-// given a path check a the file exists with any of the set extensions
+// given a path, check if the file exists with any of the set extensions
139
function tryExtensions(p, exts, isMain) {
140
for (var i = 0; i < exts.length; i++) {
141
const filename = tryFile(p + exts[i], isMain);
0 commit comments