We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acfe4a commit 586314eCopy full SHA for 586314e
src/composables/useErrorHandling.ts
@@ -9,6 +9,7 @@ export function useErrorHandling() {
9
summary: t('g.error'),
10
detail: error instanceof Error ? error.message : t('g.unknownError')
11
})
12
+ console.error(error)
13
}
14
15
const wrapWithErrorHandling =
0 commit comments