mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lint
This commit is contained in:
@@ -1108,7 +1108,7 @@ fs.realpath = function realpath(p, cache, cb) {
|
||||
|
||||
// On windows, check that the root exists. On unix there is no need.
|
||||
if (isWindows && !knownHard[base]) {
|
||||
fs.lstat(base, function (err) {
|
||||
fs.lstat(base, function(err) {
|
||||
if (err) return cb(err);
|
||||
knownHard[base] = true;
|
||||
LOOP();
|
||||
|
||||
Reference in New Issue
Block a user