mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 06:34:43 -04:00
Correct AppPreferences class. Fix #139
This commit is contained in:
parent
94845c1411
commit
c1651e874b
8 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue