Skip to content

Commit 23a9208

Browse files
committed
Terminal now included in EspruinoTools js
1 parent 8f4b43b commit 23a9208

File tree

2 files changed

+6468
-3424
lines changed

2 files changed

+6468
-3424
lines changed

js/ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Progress = {
7272

7373
/// Add progress handler so we get nice uploads
7474
Puck.writeProgress = function(charsSent, charsTotal) {
75-
if (charsSent===undefined) {
75+
if (charsSent===undefined || charsTotal<10) {
7676
Progress.hide();
7777
return;
7878
}

0 commit comments

Comments
 (0)