mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:11:59 +00:00
Issue #50 AS1/2 function body deobfuscation bug
This commit is contained in:
@@ -39,7 +39,7 @@ public class CallFunctionTreeItem extends TreeItem {
|
||||
if (t > 0) {
|
||||
paramStr += hilight(",");
|
||||
}
|
||||
paramStr += arguments.get(t).toString(constants);
|
||||
paramStr += arguments.get(t).toStringNL(constants);
|
||||
}
|
||||
return stripQuotes(functionName) + hilight("(") + paramStr + hilight(")");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user