Skip to content

Commit 57311c8

Browse files
committed
fix: remove field.paths from err
1 parent 8998e52 commit 57311c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/hydro.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ module.exports = class Hydro {
8787
if (!res.ok && res.status !== 503) {
8888
const err = new Error(`Hydro request failed: ${res.statusText}`)
8989
err.status = res.status
90-
err.path = fields.path
9190

9291
FailBot.report(err, {
93-
path: fields.path,
9492
hydroStatus: res.status,
9593
hydroText: res.statusText
9694
})

0 commit comments

Comments
 (0)