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

Commit 4b482b44 authored by Frank PREEL's avatar Frank PREEL
Browse files
parent ee15afa6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ export class Bootloader extends Device {
        } catch (e) {
            throw new Error(`Bootloader error: ${e.message || e}`);
        } finally {
            onProgress(blob.size, blob.size, partition);
            return res;
        }
    }