You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the correct exception handling of the Android package manager, made the deletion of the installation file mandatory, despite the installation result, by placing it in the finally block. (#403)
Copy file name to clipboardExpand all lines: src/adb/DeviceClient.ts
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ export default class DeviceClient {
331
331
332
332
* @param port The port number to connect to.
333
333
* @param host Optional. The host to connect to. Allegedly this is supposed to establish a connection to the given host from the device, but we have not been able to get it to work at all. Skip the host and everything works great.
334
-
*
334
+
*
335
335
* @returns The TCP connection (i.e. [`net.Socket`][node-net]). Read and write as you please. Call `conn.end()` to end the connection.
0 commit comments