GP-0: quick fix for typo

This commit is contained in:
d-millar 2023-02-22 12:00:34 -05:00
parent bdc6f56c40
commit d4e34c9532

View File

@ -680,7 +680,7 @@ public class GdbManagerImpl implements GdbManager {
catch (UnsupportedOperationException e) {
throw new IOException(
"Pty implementation does not support null sessions. Try " + gdbCmd +
" i mi2",
" -i mi2",
e);
}
cliThread.writer.print("new-ui mi2 " + ptyName + newLine);