Skip to content

Commit 1b620bb

Browse files
authored
Update xmake.ts
1 parent 02b6807 commit 1b620bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function RunXmake(file: string, toolchain: string, sdk: string) {
4242
maxAttempts: os === "windows" ? 10 : 1,
4343
retryOnError: (e) => {
4444
return Boolean(
45-
e?.stdout?.match(/error:.*cannot open file:.*Unknown/g),
45+
e?.stdout?.match(/error:.*cannot open file:.*, Unknown/g),
4646
);
4747
},
4848
});

0 commit comments

Comments
 (0)