Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Feb 4, 2025
1 parent cead924 commit 32e0630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/qdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class QdlFlasher {
}

if (this.totalSectorsFlashed === this.totalSectorsInAllFiles) {
this.progressBar.update({ description: `Flashing complete ${this.currTask} ? ${this.currTask} : ''` });
this.progressBar.update({ description: `Flashing complete ${this.currTask ? this.currTask : ''}` });
}
}
}
Expand Down

0 comments on commit 32e0630

Please sign in to comment.