Loading lib/fastboot.js +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ export class FastbootDevice { // INFO = additional info line returnData.text += response.substring(4) + "\n"; } else if (response.startsWith("DATA")) { // DATA = hex string, but it"s returned separately for safety // DATA = hex string, but it's returned separately for safety returnData.dataSize = response.substring(4); } else { // Assume FAIL or garbage data Loading Loading
lib/fastboot.js +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ export class FastbootDevice { // INFO = additional info line returnData.text += response.substring(4) + "\n"; } else if (response.startsWith("DATA")) { // DATA = hex string, but it"s returned separately for safety // DATA = hex string, but it's returned separately for safety returnData.dataSize = response.substring(4); } else { // Assume FAIL or garbage data Loading