diff --git a/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java b/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java index 9980022ad..ce5283b14 100644 --- a/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java +++ b/app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java @@ -25,7 +25,7 @@ public class AppShellCheck { You can reach out to us if you want to properly diagnose the cause individually and hopefully fix it. """.formatted(ShellDialects.getPlatformDefault().getDisplayName(), err.get()); - ErrorEvent.fromMessage(msg).handle(); + ErrorEvent.fromThrowable(new IllegalStateException(msg)).handle(); } }