Remove colon from diagnostic message code 6079

This commit is contained in:
Daniel
2018-01-14 05:55:41 +07:00
parent 8eab5caaba
commit 2860f0ea8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ namespace ts {
},
showInSimplifiedHelpView: true,
category: Diagnostics.Basic_Options,
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation
},
{
name: "allowJs",
+1 -1
View File
@@ -3015,7 +3015,7 @@
"category": "Message",
"code": 6078
},
"Specify library files to be included in the compilation: ": {
"Specify library files to be included in the compilation.": {
"category": "Message",
"code": 6079
},