Skip to content

Commit 573fd80

Browse files
committed
add ?
1 parent 7f4dcf2 commit 573fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/lib/driver.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class FlutterDriver extends BaseDriver<FluttertDriverConstraints> {
131131
break;
132132
case PLATFORM.ANDROID:
133133
if (this.portForwardLocalPort) {
134-
await this.proxydriver.adb.removePortForward(this.portForwardLocalPort);
134+
await this.proxydriver?.adb?.removePortForward(this.portForwardLocalPort);
135135
}
136136
break;
137137
}

0 commit comments

Comments
 (0)