Skip to content

Commit

Permalink
Update packages/plugin-vue/src/utils/error.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 28, 2021
1 parent c6250d9 commit 2c71691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/utils/error.ts
Expand Up @@ -11,7 +11,7 @@ export function createRollupError(
plugin: 'vue',
message,
name,
stack,
stack
}

if ('code' in error && error.loc) {
Expand Down

0 comments on commit 2c71691

Please sign in to comment.