Small changes

This commit is contained in:
MattBDev
2019-06-26 20:14:00 -04:00
parent 1932c96d4f
commit d0a31691e1
61 changed files with 382 additions and 577 deletions

View File

@ -149,7 +149,7 @@ public class SelectionCommand extends SimpleCommand<Operation> {
return null;
}
} catch (Throwable e) {
MainUtil.handleError(e);
e.printStackTrace();
}
}
}