Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed Jan 1, 2024
1 parent f0e2e78 commit ae7e4a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/desktop/yarn-helper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ const commands = {
}

const patch = () => {
exec('patch-package')
try {
exec('patch-package')
} catch {}
}

const prepareSubmodules = () => {
Expand Down

0 comments on commit ae7e4a1

Please sign in to comment.