mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 11:02:26 +00:00
highlight parameter added
This commit is contained in:
@@ -884,7 +884,7 @@ public class SWFInputStream extends InputStream {
|
||||
HashMap<String, GraphTargetItem> vars = (HashMap<String, GraphTargetItem>) localData.get(1);
|
||||
System.err.print("variables: ");
|
||||
for (Entry<String, GraphTargetItem> v : vars.entrySet()) {
|
||||
System.err.print("'" + v + "' = " + Highlighting.stripHilights(v.getValue().toString(cpool)) + ", ");
|
||||
System.err.print("'" + v + "' = " + v.getValue().toString(false, cpool) + ", ");
|
||||
}
|
||||
System.err.println();
|
||||
String add = "";
|
||||
|
||||
Reference in New Issue
Block a user