Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 271a74c4 authored by Danny Lin's avatar Danny Lin
Browse files

fastboot: Fix reconnection after failed interface claim

parent 00069c8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ export class FastbootDevice {
                this._connectResolve = null;
                this._connectReject = null;
            }

            this.device = null;
            throw error;
        }