Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Mar 4, 2025
1 parent 54e0899 commit c8b6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/qdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class QdlManager {
if (this.error !== Error.NONE) return
await this.downloadImages()
if (this.error !== Error.NONE) return
const start = performance.now();
const start = performance.now()
await this.flashDevice()
console.debug(`Flashing took ${((performance.now() - start) / 1000).toFixed(2)}s`)
if (this.error !== Error.NONE) return
Expand Down

0 comments on commit c8b6b13

Please sign in to comment.