Skip to content

Commit

Permalink
Merge pull request #4449 from Byron/fix-4371
Browse files Browse the repository at this point in the history
don't fail hard if there is no project metadata
  • Loading branch information
Byron authored Jul 20, 2024
2 parents 18f2eef + a15d433 commit 9f9a0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/components/ShareIssueModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
? zip
.gitbutlerData({ projectId })
.then(async (path) => await readZipFile(path, 'data.zip'))
.catch(() => undefined)
: undefined,
sendProjectRepository
? zip
Expand Down

0 comments on commit 9f9a0e3

Please sign in to comment.