Skip to content

Commit

Permalink
Update packages/server/lib/modes/record.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Noonan <mark@cypress.io>
  • Loading branch information
mjhenkes and marktnoonan authored Jul 28, 2022
1 parent d24bb17 commit 11058d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/modes/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ const createRunAndRecordSpecs = (options = {}) => {
})

if (response === responseDidFail) {
debug('Response did fail equals response, allowing browser to hang until it is killed: Response %o', { responseDidFail })
debug('`responseDidFail` equals `response`, allowing browser to hang until it is killed: Response %o', { responseDidFail })

// dont call the cb, let the browser hang until it's killed
return
Expand Down

0 comments on commit 11058d3

Please sign in to comment.