minor bugfix in an odd corner of console

only:mre_f4
This commit is contained in:
rusefillc 2023-03-05 12:08:47 -05:00
parent 4589f81a7d
commit 076ba2fbb4
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class PortHolder {
"Error", JOptionPane.ERROR_MESSAGE);
IoUtils.exit("No connectivity, will close",-1);
});
return;
}
bp.doSend(command, fireEvent);