Skip to content

Commit 992c167

Browse files
committed
1 parent 8ee5f21 commit 992c167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vti/src/cli.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ async function getDiagnostics(workspaceUri: URI) {
165165
console.log(' vti diagnostics ---- Print all diagnostics');
166166
console.log('');
167167
}
168-
})().catch(_err => {
169-
console.error('VTI operation failed');
168+
})().catch(err => {
169+
console.error(`VTI operation failed with error: ${err}`);
170170
});

0 commit comments

Comments
 (0)