We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7dd6a commit 3f61701Copy full SHA for 3f61701
app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java
@@ -22,7 +22,7 @@ public static void check() throws Exception {
22
&& OsType.getLocal() != OsType.MACOS;
23
if (err.isPresent() && canFallback) {
24
var msg = formatMessage(err.get().getMessage());
25
- ErrorEvent.fromThrowable(new IllegalStateException(msg)).handle();
+ ErrorEvent.fromThrowable(new IllegalStateException(msg)).expected().handle();
26
enableFallback();
27
err = selfTestErrorCheck();
28
}
0 commit comments