D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
/
Filename :
and-ignore-errors.js
back
Copy
'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) } }