From 8987e56e410ae8839c681cb7018f84fddb609f49 Mon Sep 17 00:00:00 2001 From: rflorian Date: Thu, 9 May 2019 00:30:55 +0200 Subject: [PATCH] Fix error from master merge --- src/compiler/diagnosticMessages.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/compiler/diagnosticMessages.json b/src/compiler/diagnosticMessages.json index bf70e22ef6f..2db71a6d266 100644 --- a/src/compiler/diagnosticMessages.json +++ b/src/compiler/diagnosticMessages.json @@ -4974,7 +4974,6 @@ "category": "Message", "code": 95079 }, - "Add 'const' to unresolved variable": { "category": "Message", "code": 95080 @@ -4982,8 +4981,8 @@ "Add 'const' to all unresolved variables": { "category": "Message", "code": 95081 - - "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer." :{ + }, + "No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": { "category": "Error", "code": 18004 },