Skip to content

Commit

Permalink
chore: Make adb non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 17, 2023
1 parent 41e5096 commit 48d3105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AndroidDriver
static newMethodMap = newMethodMap;
jwpProxyAvoid: RouteMatcher[];

adb?: ADB;
adb: ADB;

unlocker: typeof helpers.unlocker;

Expand Down

0 comments on commit 48d3105

Please sign in to comment.