mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
comment printStackTrace.
This commit is contained in:
parent
d3a50b952a
commit
e5540c5ea1
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class SessionProcess extends Process {
|
|||
try {
|
||||
session.postCommand(cmd);
|
||||
} catch (MIException e) {
|
||||
//e.printStackTrace();
|
||||
throw new IOException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue