mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CIDR: GDB: correctly setting working directory
This commit is contained in:
@@ -6,6 +6,6 @@ public class ExecutionFinishedException extends ExecutionException {
|
||||
}
|
||||
|
||||
public ExecutionFinishedException(Throwable cause) {
|
||||
super("Execution finished" + (cause == null || cause.getMessage() == null ? "" : " caused by: " + cause.getMessage()), cause);
|
||||
super("Execution finished" + (cause == null || cause.getMessage() == null ? "" : " because of: " + cause.getMessage()), cause);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user