Skip to content

Commit

Permalink
chore: simplify virtual code for @vue-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 22, 2023
1 parent 5c42710 commit 99c5864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-language-core/src/generators/template.ts
Expand Up @@ -355,7 +355,7 @@ export function generate(
},
},
],
'\n{};\n',
'\n;\n',
);
expectedErrorStart = undefined;
expectedErrorNode = undefined;
Expand Down

0 comments on commit 99c5864

Please sign in to comment.