Loading lib/fastboot.js +2 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ export class FastbootDevice { this._connectResolve = null; this._connectReject = null; } this.device = null; throw error; } Loading Loading
lib/fastboot.js +2 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,8 @@ export class FastbootDevice { this._connectResolve = null; this._connectReject = null; } this.device = null; throw error; } Loading