mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:10:50 +00:00
Issue #50 AS1/2 function body deobfuscation bug
This commit is contained in:
@@ -175,6 +175,8 @@ public class ActionPush extends Action {
|
||||
} else {
|
||||
break loop;
|
||||
}
|
||||
case ParsedSymbol.TYPE_COMMENT:
|
||||
break;
|
||||
default:
|
||||
throw new ParseException("Arguments expected", lexer.yyline());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user