Update gclc-swt and -socket for gclc-1.2.3

This commit is contained in:
2016-06-12 16:11:44 -04:00
parent c151107207
commit 763b7361ec
4 changed files with 7 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ public class SWTConsoleShellTest {
try {
appl.getManager().prompt("Test");
} catch (IOException e) {
throw new CommandRunException("No input", e);
throw new CommandRunException("No input", e, this);
}
}
});