Change error code

This commit is contained in:
Andrew Branch 2019-04-25 16:15:00 -07:00
parent b1b0a821f2
commit 9f601ff154
No known key found for this signature in database
GPG key ID: 22CCA4B120C427D2

View file

@ -4957,6 +4957,6 @@
},
"Quoted constructors have previously been interpreted as methods, which is incorrect. In TypeScript 3.6, they will be correctly parsed as constructors. In the meantime, consider using 'constructor()' to write a constructor, or '[\"constructor\"]()' to write a method.": {
"category": "Error",
"code": 96000
"code": 18005
}
}