Skip to content

Commit

Permalink
fix NPE in StackStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Jan 17, 2025
1 parent 0e86d49 commit abc880e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private void load(Map map, String location) {
}

/** "rhino.stack.style" */
private StackStyle stackStyle;
private StackStyle stackStyle = StackStyle.RHINO;

private boolean useJavaPolicySecurity;
private boolean printTrees = false;
Expand Down

0 comments on commit abc880e

Please sign in to comment.