зеркало из https://github.com/github/docs.git
fix: remove field.paths from err
This commit is contained in:
Родитель
8998e52dc0
Коммит
57311c8c46
|
@ -87,10 +87,8 @@ module.exports = class Hydro {
|
|||
if (!res.ok && res.status !== 503) {
|
||||
const err = new Error(`Hydro request failed: ${res.statusText}`)
|
||||
err.status = res.status
|
||||
err.path = fields.path
|
||||
|
||||
FailBot.report(err, {
|
||||
path: fields.path,
|
||||
hydroStatus: res.status,
|
||||
hydroText: res.statusText
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче