Update help description for noEmitOnError

This commit is contained in:
Dan Quirk
2015-05-12 14:31:38 -07:00
parent 300cb8d9f2
commit 05f753918c
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ module ts {
{
name: "noEmitOnError",
type: "boolean",
description: Diagnostics.Do_not_emit_outputs_if_any_type_checking_errors_were_reported,
description: Diagnostics.Do_not_emit_outputs_if_any_errors_were_reported,
},
{
name: "noImplicitAny",