diff --git a/trunk/src/com/jpexs/decompiler/flash/graph/Graph.java b/trunk/src/com/jpexs/decompiler/flash/graph/Graph.java index e5aeb9bbb..609a07b60 100644 --- a/trunk/src/com/jpexs/decompiler/flash/graph/Graph.java +++ b/trunk/src/com/jpexs/decompiler/flash/graph/Graph.java @@ -584,9 +584,8 @@ public class Graph { output.add(new ScriptEndItem()); } } catch (Exception ex) { - //Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex); - throw ex; - //return ret; + Logger.getLogger(Graph.class.getName()).log(Level.SEVERE, "error during printgraph", ex); + return ret; } } if (part.nextParts.size() == 2) {