Skip to content

Commit

Permalink
fix(recorder): don't automatically resume the response (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermatt committed Mar 2, 2021
1 parent 3238ad9 commit e22d734
Show file tree
Hide file tree
Showing 2 changed files with 980 additions and 1,013 deletions.
2 changes: 0 additions & 2 deletions lib/recorder.js
Expand Up @@ -309,8 +309,6 @@ function record(recOptions) {

if (callback) {
callback(res, options, callback)
} else {
res.resume()
}

debug('finished setting up intercepting')
Expand Down

0 comments on commit e22d734

Please sign in to comment.