mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 22:54:49 -04:00
NXDT-related updates
This commit is contained in:
parent
ab1b5b1820
commit
ba4afa0046
8 changed files with 400 additions and 45 deletions
|
@ -50,7 +50,12 @@ public class NxdtTask extends CancellableRunnable {
|
|||
|
||||
DeviceHandle handler = usbConnect.getNsHandler();
|
||||
|
||||
new NxdtUsbAbi1(handler, logPrinter, saveToLocation, this);
|
||||
try {
|
||||
new NxdtUsbAbi1(handler, logPrinter, saveToLocation, this);
|
||||
}
|
||||
catch (Exception e){
|
||||
logPrinter.print(e.getMessage(), EMsgType.FAIL);
|
||||
}
|
||||
|
||||
logPrinter.print(".:: Complete ::.", EMsgType.PASS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue