Skip to content

Commit 3f61701

Browse files
committed
Expect first shell failure
1 parent fe7dd6a commit 3f61701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/xpipe/app/core/check/AppShellCheck.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void check() throws Exception {
2222
&& OsType.getLocal() != OsType.MACOS;
2323
if (err.isPresent() && canFallback) {
2424
var msg = formatMessage(err.get().getMessage());
25-
ErrorEvent.fromThrowable(new IllegalStateException(msg)).handle();
25+
ErrorEvent.fromThrowable(new IllegalStateException(msg)).expected().handle();
2626
enableFallback();
2727
err = selfTestErrorCheck();
2828
}

0 commit comments

Comments
 (0)