Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 11, 2024
1 parent 4ef7a68 commit 3da8d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ij/IJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ public static void error(String title, String msg) {
} else {
try{
// e.printStackTrace();
Global.jsCall("onMacroReject", msg);
Global.jsCall("onMacroReject", title2 + ":" + msg);
}
catch(Exception e){
showMessage(title2, msg);
Expand Down

0 comments on commit 3da8d8a

Please sign in to comment.