Home
last modified time | relevance | path

Searched refs:realpathErr (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/resolve/lib/
Dasync.js40 realpathFS(x, function (realpathErr, realPath) { argument
41 if (realpathErr && realpathErr.code !== 'ENOENT') cb(realpathErr);
42 else cb(null, realpathErr ? x : realPath);
Dsync.js42 } catch (realpathErr) {
43 if (realpathErr.code !== 'ENOENT') {
44 throw realpathErr;