Logging Verifying/Uploading when using CLI

This commit is contained in:
Federico Fissore 2015-04-28 14:52:41 +02:00
parent 8d840c5e8a
commit 6303f84949
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}