Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/install/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/install/access-error.js |
'use strict' module.exports = function (dir, er) { if (!er) return var accessEr = new Error("EACCES, access '" + dir + "'", -13) accessEr.code = 'EACCES' accessEr.path = dir return accessEr }