Skip to content

Commit

Permalink
Update web.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jul 11, 2024
1 parent 6e091b8 commit 9e300a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const helpers = {
async executeAtom(atom, args, alwaysDefaultFrame = false) {
let frames = alwaysDefaultFrame === true ? [] : this.curWebFrames;

// The web inspector could behave as no response over the timeout.
// The web inspector could behave as no response over the timeout, especially with iOS/iPadOS 17 family.
// Then, reconnecting the remote debugger could help to recover the condition.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for (const _retryCount of _.range(2)) {
Expand Down

0 comments on commit 9e300a0

Please sign in to comment.