mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-12 11:14:20 +00:00
remove node_modules
This commit is contained in:
parent
c7638c8893
commit
60358a145c
444 changed files with 0 additions and 83958 deletions
15
node_modules/octokit-pagination-methods/lib/http-error.js
generated
vendored
15
node_modules/octokit-pagination-methods/lib/http-error.js
generated
vendored
|
@ -1,15 +0,0 @@
|
|||
module.exports = class HttpError extends Error {
|
||||
constructor (message, code, headers) {
|
||||
super(message)
|
||||
|
||||
// Maintains proper stack trace (only available on V8)
|
||||
/* istanbul ignore next */
|
||||
if (Error.captureStackTrace) {
|
||||
Error.captureStackTrace(this, this.constructor)
|
||||
}
|
||||
|
||||
this.name = 'HttpError'
|
||||
this.code = code
|
||||
this.headers = headers
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue