mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix variable name
This commit is contained in:
@@ -225,7 +225,7 @@ class SymlinkLoopChecker {
|
||||
|
||||
if (files.lstat(absPath).isSymbolicLink()) {
|
||||
const result = files.realpath(absPath);
|
||||
this._cache.set(relPath, result);
|
||||
this._cache.set(relDir, result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user