Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 8, 2024
1 parent 881d906 commit c7a5bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ij/plugin/Macro_Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public Macro_Runner() {
}

public Macro_Runner(boolean returnError) {
this.returnError = returnError;
this();
this.returnError = returnError;
}

/** Opens and runs the specified macro file (.txt or .ijm) or script file (.js, .bsh or .py)
Expand Down

0 comments on commit c7a5bf5

Please sign in to comment.