Closedown
This commit is contained in:
@@ -353,8 +353,8 @@ public class EnergyScan extends Panel {
|
||||
|
||||
runAsync("EnergyScan", args).handle((ok, ex) -> {
|
||||
buttonAbort.setEnabled(false);
|
||||
if ((ex != null) && (ex instanceof Exception)){
|
||||
showException((Exception) ex);
|
||||
if (ex != null){
|
||||
getLogger().log(Level.WARNING, null, ex);
|
||||
}
|
||||
return ok;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user