Skip to content

Commit 63f220c

Browse files
committed
making the open return on no exception
1 parent b92e543 commit 63f220c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/ScriptingEngine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ public static void openGit(String url, IGitAccessor accessor) {
381381
try {
382382
localRepo = getRepository(url);
383383
openGit(localRepo, accessor);
384+
return;
384385
} catch (IOException e) {
385386
// Auto-generated catch block
386387
e.printStackTrace();

0 commit comments

Comments
 (0)