Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 15, 2024
1 parent 97858d4 commit 920b28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ const helpers = {

// 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.
// FIXME: Remove this reconnect logic after dropping iOS 17.
for (const _retryCount of _.range(RECONNECT_COUNT_ATOMS_IOS17)) {

Check warning on line 368 in lib/commands/web.js

View workflow job for this annotation

GitHub Actions / test (18)

'_retryCount' is assigned a value but never used

Check warning on line 368 in lib/commands/web.js

View workflow job for this annotation

GitHub Actions / test (20)

'_retryCount' is assigned a value but never used

Check warning on line 368 in lib/commands/web.js

View workflow job for this annotation

GitHub Actions / test (22)

'_retryCount' is assigned a value but never used
try {
let promise = this.remote.executeAtom(atom, args, frames);
Expand Down

0 comments on commit 920b28f

Please sign in to comment.