Loading lib/fastboot.js +1 −2 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ export class FastbootDevice { // Send raw UTF-8 command let cmdPacket = new TextEncoder("utf-8").encode(command); await this.device.transferOut(0x01, cmdPacket); common.logDebug("command:", command); common.logDebug("Command:", command); return this._readResponse(); } Loading Loading @@ -372,7 +372,6 @@ export class FastbootDevice { i += 1; } common.logDebug(`Finished sending payload`); onProgress(1.0); } Loading Loading
lib/fastboot.js +1 −2 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ export class FastbootDevice { // Send raw UTF-8 command let cmdPacket = new TextEncoder("utf-8").encode(command); await this.device.transferOut(0x01, cmdPacket); common.logDebug("command:", command); common.logDebug("Command:", command); return this._readResponse(); } Loading Loading @@ -372,7 +372,6 @@ export class FastbootDevice { i += 1; } common.logDebug(`Finished sending payload`); onProgress(1.0); } Loading