Util: Fix comma placement in error message
This commit is contained in:
@@ -389,7 +389,7 @@ Value Parser::getObject()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (token.type != Token::Type::String) {
|
if (token.type != Token::Type::String) {
|
||||||
reportError(token, "expecting string, or '}' not '" + token.symbol + "'");
|
reportError(token, "expecting string or '}', not '" + token.symbol + "'");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user