diff options
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index 2ef620a6f..2104d9988 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -585,7 +585,7 @@ impl TsCompiler { // TODO(bartlomieju): lift this call up - TSC shouldn't print anything info!( "{} {}", - colors::green("Compile".to_string()), + colors::green("Check".to_string()), module_url.to_string() ); |