Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -331,7 +331,6 @@ public StackState getCmdArgumentState() {
}

public void compile_error(String message) {
System.out.println(getRuntime().newString(message));
dispatch("on_parse_error", getRuntime().newString(message));
}

1 comment on commit 70117c7

@aviflax
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

Please sign in to comment.