Skip to content

Commit

Permalink
Throwing original error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Dec 19, 2024
1 parent aa41b35 commit de7ddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxtjs/src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default defineNuxtPlugin(({ $config }) => {
Logout()
}

throw new Error(e)
throw e
}

async function AuthCheck(): Promise<boolean> {
Expand Down

0 comments on commit de7ddf0

Please sign in to comment.