Skip to content

Commit a1a1ea3

Browse files
Fixed up duplicate diagnostic.
1 parent 348d0fc commit a1a1ea3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/compiler/diagnosticInformationMap.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ module ts {
235235
file: { code: 6025, category: DiagnosticCategory.Message, key: "file" },
236236
Examples_Colon_0: { code: 6026, category: DiagnosticCategory.Message, key: "Examples: {0}" },
237237
Options_Colon: { code: 6027, category: DiagnosticCategory.Message, key: "Options:" },
238-
Insert_command_line_options_and_files_from_a_file: { code: 6030, category: DiagnosticCategory.Message, key: "Insert command line options and files from a file." },
239238
Version_0: { code: 6029, category: DiagnosticCategory.Message, key: "Version {0}" },
239+
Insert_command_line_options_and_files_from_a_file: { code: 6030, category: DiagnosticCategory.Message, key: "Insert command line options and files from a file." },
240240
Use_the_0_flag_to_see_options: { code: 6031, category: DiagnosticCategory.Message, key: "Use the '{0}' flag to see options." },
241241
File_Changed_Compiling: { code: 6032, category: DiagnosticCategory.Message, key: "File Changed. Compiling." },
242242
STRING: { code: 6033, category: DiagnosticCategory.Message, key: "STRING" },

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -934,10 +934,7 @@
934934
"category": "Message",
935935
"code": 6027
936936
},
937-
"Insert command line options and files from a file.": {
938-
"category": "Message",
939-
"code": 6028
940-
},
937+
941938
"Version {0}": {
942939
"category": "Message",
943940
"code": 6029

0 commit comments

Comments
 (0)