Skip to content

Commit

Permalink
don't break the app if the old protocols dir doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Sep 12, 2023
1 parent 31a35be commit 001df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shell/src/protocol-storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function migrateProtocolsToNewDirectory(): () => Promise<void> {
console.log(
`Error migrating protocols to ${FileSystem.PROTOCOLS_DIRECTORY_NAME}: ${e}`
)
reject(e)
resolve()
})
})
}
Expand Down

0 comments on commit 001df5e

Please sign in to comment.