Skip to content

Commit 2909fe1

Browse files
committed
skip object when loading fails
1 parent dfc84bb commit 2909fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public static int applyToAllConstituantElements(boolean addRet, List<String> tar
626626
continue;
627627
} catch (Exception ex) {
628628
com.neuronrobotics.sdk.common.Log.error(ex);
629-
;
629+
continue;
630630
}
631631
applyToAllConstituantElements(addRet, s, back, p, depth, appliedMemory);
632632
}

0 commit comments

Comments
 (0)