mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 10:03:42 +08:00
.
This commit is contained in:
17
node_modules/har-validator/lib/error.js
generated
vendored
17
node_modules/har-validator/lib/error.js
generated
vendored
@@ -1,17 +0,0 @@
|
||||
function HARError (errors) {
|
||||
var message = 'validation failed'
|
||||
|
||||
this.name = 'HARError'
|
||||
this.message = message
|
||||
this.errors = errors
|
||||
|
||||
if (typeof Error.captureStackTrace === 'function') {
|
||||
Error.captureStackTrace(this, this.constructor)
|
||||
} else {
|
||||
this.stack = (new Error(message)).stack
|
||||
}
|
||||
}
|
||||
|
||||
HARError.prototype = Error.prototype
|
||||
|
||||
module.exports = HARError
|
||||
Reference in New Issue
Block a user