Skip to content

Commit

Permalink
throw exception if timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
Korop committed Sep 16, 2019
1 parent 51f35b1 commit 2dee6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/winappdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class WinAppDriver extends events.EventEmitter {
if (lastError) {
throw (lastError);
}
throw (timeoutError);
}
}

Expand Down

0 comments on commit 2dee6f2

Please sign in to comment.