mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
Logging Verifying/Uploading when using CLI
This commit is contained in:
parent
8d840c5e8a
commit
6303f84949
@ -413,10 +413,10 @@ public class Base {
|
||||
Editor editor = editors.get(0);
|
||||
|
||||
if (parser.isUploadMode()) {
|
||||
// Build and upload
|
||||
splashScreenHelper.splashText(_("Verifying and uploading..."));
|
||||
editor.exportHandler.run();
|
||||
} else {
|
||||
// Build only
|
||||
splashScreenHelper.splashText(_("Verifying..."));
|
||||
editor.runHandler.run();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user