mirror of
https://github.com/godotengine/godot.git
synced 2024-12-01 16:42:26 +00:00
Fix parser stuck in an error loop
This commit is contained in:
parent
d26442e709
commit
4f36b2df2a
@ -1644,6 +1644,7 @@ GDScriptParser::Node *GDScriptParser::parse_statement() {
|
||||
lambda_ended = true;
|
||||
has_ended_lambda = true;
|
||||
} else {
|
||||
advance();
|
||||
push_error(vformat(R"(Expected statement, found "%s" instead.)", previous.get_name()));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user