Closedown

This commit is contained in:
sfop
2017-06-12 11:46:48 +02:00
parent 4c95a51af6
commit 7ae0abd3a0
7 changed files with 59 additions and 56 deletions

View File

@@ -328,6 +328,7 @@ public class GunScan extends Panel {
runAsync("RFscan/GunScan", parameters).handle((ret, ex) -> {
if (ex != null) {
getLogger().info("Exception executing scan: " + ex);
showException((Exception) ex);
} else {
}