Loading libraries/adb/src/daemon/socket.ts +8 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,14 @@ export class AdbDaemonSocketController return; } try { await this.#readableController.enqueue(data); } catch (e) { if (this.#readableController.abortSignal.aborted) { return; } throw e; } } ack() { Loading Loading
libraries/adb/src/daemon/socket.ts +8 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,14 @@ export class AdbDaemonSocketController return; } try { await this.#readableController.enqueue(data); } catch (e) { if (this.#readableController.abortSignal.aborted) { return; } throw e; } } ack() { Loading