Skip to content

Commit e42a39f

Browse files
committed
Merge pull request microsoft#3135 from Microsoft/noEmitOnErrorDescriptionUpdate
Update help description for noEmitOnError
2 parents 9072496 + 05f7539 commit e42a39f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module ts {
8888
{
8989
name: "noEmitOnError",
9090
type: "boolean",
91-
description: Diagnostics.Do_not_emit_outputs_if_any_type_checking_errors_were_reported,
91+
description: Diagnostics.Do_not_emit_outputs_if_any_errors_were_reported,
9292
},
9393
{
9494
name: "noImplicitAny",

src/compiler/diagnosticInformationMap.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ module ts {
465465
Watch_input_files: { code: 6005, category: DiagnosticCategory.Message, key: "Watch input files." },
466466
Redirect_output_structure_to_the_directory: { code: 6006, category: DiagnosticCategory.Message, key: "Redirect output structure to the directory." },
467467
Do_not_erase_const_enum_declarations_in_generated_code: { code: 6007, category: DiagnosticCategory.Message, key: "Do not erase const enum declarations in generated code." },
468-
Do_not_emit_outputs_if_any_type_checking_errors_were_reported: { code: 6008, category: DiagnosticCategory.Message, key: "Do not emit outputs if any type checking errors were reported." },
468+
Do_not_emit_outputs_if_any_errors_were_reported: { code: 6008, category: DiagnosticCategory.Message, key: "Do not emit outputs if any errors were reported." },
469469
Do_not_emit_comments_to_output: { code: 6009, category: DiagnosticCategory.Message, key: "Do not emit comments to output." },
470470
Do_not_emit_outputs: { code: 6010, category: DiagnosticCategory.Message, key: "Do not emit outputs." },
471471
Specify_ECMAScript_target_version_Colon_ES3_default_ES5_or_ES6_experimental: { code: 6015, category: DiagnosticCategory.Message, key: "Specify ECMAScript target version: 'ES3' (default), 'ES5', or 'ES6' (experimental)" },

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@
18501850
"category": "Message",
18511851
"code": 6007
18521852
},
1853-
"Do not emit outputs if any type checking errors were reported.": {
1853+
"Do not emit outputs if any errors were reported.": {
18541854
"category": "Message",
18551855
"code": 6008
18561856
},

0 commit comments

Comments
 (0)