Skip to content

Commit ae7e4a1

Browse files
committed
fix windows
1 parent f0e2e78 commit ae7e4a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/desktop/yarn-helper/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ const commands = {
5454
}
5555

5656
const patch = () => {
57-
exec('patch-package')
57+
try {
58+
exec('patch-package')
59+
} catch {}
5860
}
5961

6062
const prepareSubmodules = () => {

0 commit comments

Comments
 (0)