Fix "Better error messaging for unexpected tokens #6715" (#6875)

This commit is contained in:
Gidi Meir Morris
2017-11-22 21:31:03 +00:00
committed by Brian Ng
parent 8393a6d089
commit edbf5d33dc
141 changed files with 141 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
{
"plugins": ["functionSent"],
"throws": "Unexpected token, expected , (2:19)"
"throws": "Unexpected token, expected \",\" (2:19)"
}