Skip to content

Commit 3ff36b4

Browse files
authored
Merge pull request NetrisTV#190 from HardBoiledSmith/DEV-19631
DEV-19631 TypeError: i.stack.include is not a function
2 parents fe574e3 + fdbb1a4 commit 3ff36b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/appl-device/services/WDARunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export class WdaRunner extends TypedEmitter<WdaRunnerEvents> {
475475
} catch (e) {
476476
if (
477477
typeof e.stack === 'string' &&
478-
e.stack.include(
478+
e.stack.includes(
479479
'Invalid parameter not satisfying: point.x != INFINITY && point.y != INFINITY',
480480
) &&
481481
ii < 2

0 commit comments

Comments
 (0)