We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe574e3 + fdbb1a4 commit 3ff36b4Copy full SHA for 3ff36b4
src/server/appl-device/services/WDARunner.ts
@@ -475,7 +475,7 @@ export class WdaRunner extends TypedEmitter<WdaRunnerEvents> {
475
} catch (e) {
476
if (
477
typeof e.stack === 'string' &&
478
- e.stack.include(
+ e.stack.includes(
479
'Invalid parameter not satisfying: point.x != INFINITY && point.y != INFINITY',
480
) &&
481
ii < 2
0 commit comments