Closedown
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user