Skip to content

Commit 024dab7

Browse files
author
Mattia Bertorello
committed
Fix
1 parent 8b90f1a commit 024dab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arduino-core/src/cc/arduino/utils/network/FileDownloader.java

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ private void downloadFile(boolean noResume) throws InterruptedException {
183183
}
184184
} else {
185185
openConnectionAndFillTheFile(noResume);
186+
187+
186188
}
187189
setStatus(Status.COMPLETE);
188190

0 commit comments

Comments
 (0)