| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3210653 commit f9ff4ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1662,6 +1662,7 @@ fs.realpathSync = function realpathSync(p, options) { | |||
| 1662 | 1662 | var stat = fs.lstatSync(base); | |
| 1663 | 1663 | if (!stat.isSymbolicLink()) { | |
| 1664 | 1664 | knownHard[base] = true; | |
| 1665 | + if (cache) cache.set(base, base); | ||
| 1665 | 1666 | continue; | |
| 1666 | 1667 | } | |
| 1667 | 1668 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments