Skip to content

Commit 8987e56

Browse files
authored
Fix error from master merge
1 parent d4529e8 commit 8987e56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4974,16 +4974,15 @@
49744974
"category": "Message",
49754975
"code": 95079
49764976
},
4977-
49784977
"Add 'const' to unresolved variable": {
49794978
"category": "Message",
49804979
"code": 95080
49814980
},
49824981
"Add 'const' to all unresolved variables": {
49834982
"category": "Message",
49844983
"code": 95081
4985-
4986-
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer." :{
4984+
},
4985+
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
49874986
"category": "Error",
49884987
"code": 18004
49894988
},

0 commit comments

Comments
 (0)