mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-21 14:00:57 -04:00
Report underlying exception when terminal open fails
This commit is contained in:
@@ -26,7 +26,7 @@ public class TerminalHelper {
|
||||
try {
|
||||
type.launch(title, command, false);
|
||||
} catch (Exception ex) {
|
||||
throw new IOException("Unable to launch terminal " + type.toTranslatedString() + ". Maybe try to use a different one in the settings.");
|
||||
throw new IOException("Unable to launch terminal " + type.toTranslatedString() + ". Maybe try to use a different one in the settings.", ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user