Slightly better error messages (#150)
* Slightly better errors Instead of "Unexpected token" we now print "Unexpected token, expected <type.label>"
This commit is contained in:
committed by
Henry Zhu
parent
4fc0a3839e
commit
d4d6d05d25
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Unexpected token (2:17)"
|
||||
"throws": "Unexpected token, expected ( (2:17)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user