We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11768be commit bcbc79cCopy full SHA for bcbc79c
1 file changed
hscript/Parser.hx
@@ -702,6 +702,7 @@ class Parser {
702
case "for":
703
ensure(TPOpen);
704
var eit = parseExpr();
705
+ if( eit == null && resumeErrors ) return null;
706
ensure(TPClose);
707
var e = parseExpr();
708
switch( expr(eit) ) {
0 commit comments