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:
8
website/node_modules/npm/lib/install/access-error.js
generated
vendored
Normal file
8
website/node_modules/npm/lib/install/access-error.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'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
|
||||
}
|
Reference in New Issue
Block a user