Skip to content

Commit dade336

Browse files
committed
Print version along with help when doing --build
1 parent e20a7d8 commit dade336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsc/tsc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ namespace ts {
235235
}
236236

237237
if (buildOptions.help) {
238+
printVersion();
238239
printHelp(buildOpts, "--build ");
239240
return ExitStatus.Success;
240241
}

0 commit comments

Comments
 (0)