Skip to content

Commit e92481d

Browse files
committed
1 parent a597114 commit e92481d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vti/src/cli.ts

+1
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ async function getDiagnostics(workspaceUri: URI) {
167167
}
168168
})().catch(err => {
169169
console.error(`VTI operation failed with error: ${err}`);
170+
process.exit(1);
170171
});

0 commit comments

Comments
 (0)