Loading lib/fastboot.js +2 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,8 @@ export class FastbootDevice { // what the spec says. Normalize it here. if (error instanceof FastbootError && error.status == "FAIL") { resp = undefined; } else { throw error; } } Loading Loading
lib/fastboot.js +2 −0 Original line number Diff line number Diff line Loading @@ -296,6 +296,8 @@ export class FastbootDevice { // what the spec says. Normalize it here. if (error instanceof FastbootError && error.status == "FAIL") { resp = undefined; } else { throw error; } } Loading