8000
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 10b3297 commit 6629f8fCopy full SHA for 6629f8f
lib/fs.js
@@ -1532,6 +1532,7 @@ fs.realpathSync = function realpathSync(p, options) {
1532
var stat = fs.lstatSync(base);
1533
if (!stat.isSymbolicLink()) {
1534
knownHard[base] = true;
1535
+ if (cache) cache.set(base, base);
1536
continue;
1537
}
1538