Skip to content

Commit a4feb0d

Browse files
fix(http): add debug log when got errors (#2248)
1 parent abc8122 commit a4feb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/lib/engine_http.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ HttpEngine.prototype.step = function step(requestSpec, ee, opts) {
712712
})
713713
.catch((gotErr) => {
714714
// TODO: Handle the error properly with run hooks
715+
debug(gotErr);
715716
return callback(gotErr, context);
716717
});
717718
}

0 commit comments

Comments
 (0)