AS1/2: Better decompiling loops

This commit is contained in:
Jindra Petk
2013-01-23 21:46:21 +01:00
parent 03522032f8
commit bc19a6db2b
4 changed files with 36 additions and 25 deletions

View File

@@ -810,7 +810,7 @@ public class Main {
if (debug) {
ConsoleHandler conHan = new ConsoleHandler();
conHan.setFormatter(formatterTxt);
conHan.setFormatter(formatterTxt);
logger.addHandler(conHan);
}