Skip to content

Commit 586314e

Browse files
committed
Fix error discarded by error toast handler
1 parent 5acfe4a commit 586314e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/composables/useErrorHandling.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export function useErrorHandling() {
99
summary: t('g.error'),
1010
detail: error instanceof Error ? error.message : t('g.unknownError')
1111
})
12+
console.error(error)
1213
}
1314

1415
const wrapWithErrorHandling =

0 commit comments

Comments
 (0)