mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
push all website files
This commit is contained in:
9
website/node_modules/npm/lib/install/and-ignore-errors.js
generated
vendored
Normal file
9
website/node_modules/npm/lib/install/and-ignore-errors.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'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)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user