| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c410572 commit 1395e36
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1058,7 +1058,7 @@ Module._resolveFilename = function(request, parent, isMain, options) { | |||
| 1058 | 1058 | } | |
| 1059 | 1059 | ||
| 1060 | 1060 | // Look up the filename first, since that's the cache key. | |
| 1061 | - const filename = Module._findPath(request, paths, isMain, false); | ||
| 1061 | + const filename = Module._findPath(request, paths, isMain); | ||
| 1062 | 1062 | if (filename) return filename; | |
| 1063 | 1063 | const requireStack = []; | |
| 1064 | 1064 | for (let cursor = parent; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments