AS1/2 Try fix

This commit is contained in:
Jindra Petk
2013-07-16 06:28:48 +02:00
parent 737bdd5a18
commit 2cdcd7beeb

View File

@@ -68,7 +68,7 @@ public class TryActionItem extends ActionItem implements Block {
}
ret += "}";
for (int e = 0; e < catchExceptions.size(); e++) {
ret += "\r\ncatch(" + catchExceptions.get(e).toString(localData) + ")\r\n{\r\n";
ret += "\r\ncatch(" + catchExceptions.get(e).toStringNoQuotes(localData) + ")\r\n{\r\n";
List<GraphTargetItem> commands = catchCommands.get(e);
for (GraphTargetItem ti : commands) {
if (!ti.isEmpty()) {