Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 11, 2024
1 parent b6269c8 commit 793fee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const extensions = {
);
} else {
const restartSuffix = this.isRealDevice()
? `Also, in rare cases the device restart may fix this issue.`
? `Also, in rare cases the device restart may fix this issue if none of the above advices helps.`
: '';
throw new Error(
`The remote debugger returned ${util.pluralize('web application', _.size(appDict), true)}, ` +
Expand Down

0 comments on commit 793fee7

Please sign in to comment.