Searched refs:realpathErr (Results 1 – 2 of 2) sorted by relevance
40 realpathFS(x, function (realpathErr, realPath) { argument41 if (realpathErr && realpathErr.code !== 'ENOENT') cb(realpathErr);42 else cb(null, realpathErr ? x : realPath);
42 } catch (realpathErr) {43 if (realpathErr.code !== 'ENOENT') {44 throw realpathErr;