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

Unverified Commit 09baa27a authored by Danny Lin's avatar Danny Lin
Browse files

fastboot: Fix error suppression in getVariable

parent 9d0bf935
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
            }
        }