From a1a1ea3f96188eb4ad63a1a0cffb626af1720ee6 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 4 Aug 2014 18:00:33 -0700 Subject: [PATCH] Fixed up duplicate diagnostic. --- src/compiler/diagnosticInformationMap.generated.ts | 2 +- src/compiler/diagnosticMessages.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/compiler/diagnosticInformationMap.generated.ts b/src/compiler/diagnosticInformationMap.generated.ts index 0299cbe846d..b29bbf7f3b2 100644 --- a/src/compiler/diagnosticInformationMap.generated.ts +++ b/src/compiler/diagnosticInformationMap.generated.ts @@ -235,8 +235,8 @@ module ts { file: { code: 6025, category: DiagnosticCategory.Message, key: "file" }, Examples_Colon_0: { code: 6026, category: DiagnosticCategory.Message, key: "Examples: {0}" }, Options_Colon: { code: 6027, category: DiagnosticCategory.Message, key: "Options:" }, - Insert_command_line_options_and_files_from_a_file: { code: 6030, category: DiagnosticCategory.Message, key: "Insert command line options and files from a file." }, Version_0: { code: 6029, category: DiagnosticCategory.Message, key: "Version {0}" }, + Insert_command_line_options_and_files_from_a_file: { code: 6030, category: DiagnosticCategory.Message, key: "Insert command line options and files from a file." }, Use_the_0_flag_to_see_options: { code: 6031, category: DiagnosticCategory.Message, key: "Use the '{0}' flag to see options." }, File_Changed_Compiling: { code: 6032, category: DiagnosticCategory.Message, key: "File Changed. Compiling." }, STRING: { code: 6033, category: DiagnosticCategory.Message, key: "STRING" }, diff --git a/src/compiler/diagnosticMessages.json b/src/compiler/diagnosticMessages.json index 30bd7d0a1ed..6ce94b14404 100644 --- a/src/compiler/diagnosticMessages.json +++ b/src/compiler/diagnosticMessages.json @@ -934,10 +934,7 @@ "category": "Message", "code": 6027 }, - "Insert command line options and files from a file.": { - "category": "Message", - "code": 6028 - }, + "Version {0}": { "category": "Message", "code": 6029