Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Oct 7, 2020
1 parent 8ee5f21 commit 992c167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vti/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ 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}`);
});

0 comments on commit 992c167

Please sign in to comment.