Correct AppPreferences class. Fix #139

This commit is contained in:
Dmitry Isaenko 2023-03-17 04:00:48 +03:00
parent 94845c1411
commit c1651e874b
8 changed files with 14 additions and 11 deletions

View file

@ -140,7 +140,7 @@ public class DriversInstall {
return true;
}
catch (Exception e){
runInstallerStatusLabel.setText("Error: "+e.toString());
runInstallerStatusLabel.setText("Error: "+e);
e.printStackTrace();
return false;
}