Skip to content

Commit

Permalink
Merge pull request #2330 from yoyo930021/fix-2324
Browse files Browse the repository at this point in the history
Fix #2324
  • Loading branch information
octref authored Oct 27, 2020
2 parents 9cc4943 + e4eea89 commit 63a7047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Upgrade `@prettier/plugin-pug` to fix formatter issues. #2347.
- Fix files with CRLF having errors with wrong range. #1319.
- 🙌 Fix collapse code missing end mark. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2303 and #2352.
- 🙌 Display VTI errors. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2324 and #2330.

### 0.28.0 | 2020-09-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.28.0/vspackage)

Expand Down
5 changes: 3 additions & 2 deletions vti/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ async function getDiagnostics(workspaceUri: URI) {
console.log(' vti diagnostics ---- Print all diagnostics');
console.log('');
}
})().catch(_err => {
console.error('VTI operation failed');
})().catch(err => {
console.error(`VTI operation failed with error: ${err}`);
process.exit(1);
});

0 comments on commit 63a7047

Please sign in to comment.