| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c721d68 commit 4f4ff15
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -245,7 +245,7 @@ function finalizeResolution(resolved, base, preserveSymlinks) { | |||
| 245 | 245 | } | |
| 246 | 246 | ||
| 247 | 247 | const stats = internalFsBinding.internalModuleStat( | |
| 248 | - StringPrototypeEndsWith(internalFsBinding, path, '/') ? StringPrototypeSlice(path, -1) : path, | ||
| 248 | + StringPrototypeEndsWith(path, '/') ? StringPrototypeSlice(path, -1) : path, | ||
| 249 | 249 | ); | |
| 250 | 250 | ||
| 251 | 251 | // Check for stats.isDirectory() | |
| Back | FazBrowse Home | New Git URL |
0 commit comments