Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
usr
/
share
/
npm
/
lib
/
install
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/usr/share/npm/lib/install/and-ignore-errors.js
'use strict' module.exports = function (cb) { return function () { var args = Array.prototype.slice.call(arguments, 1) if (args.length) args.unshift(null) return cb.apply(null, args) } }