script halt config, lib part commit

This commit is contained in:
Jindra Petřík
2015-11-17 17:49:06 +01:00
parent bb37910cce
commit 727371ffb5
3 changed files with 19 additions and 1 deletions
@@ -382,6 +382,7 @@ public class ScriptPack extends AS3ClassTreeItem {
}
if (instrOffset == -1) {
lonelyBody.add(bodyIndex);
break blk;
}
try {
@@ -390,6 +391,7 @@ public class ScriptPack extends AS3ClassTreeItem {
//ignore
}
if (pos == -1) {
lonelyBody.add(bodyIndex);
break blk;
}
if (!bodyToPosToLine.containsKey(bodyIndex)) {