File "and-ignore-errors.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/lib/install/and-ignore-errors.js
File size: 204 bytes
MIME-type: text/plain
Charset: utf-8
'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)
}
}