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));
}

0 comments on commit 53748e3

Please sign in to comment.