Skip to content

Commit

Permalink
fix: Try-catch range print property in PrintContext not propagating
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Sep 4, 2024
1 parent 026af60 commit 1756c5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public PrintContext(String indentStep) {
}

public PrintContext(PrintContext<?> ctx) {
this.debugTryCatchRanges = ctx.debugTryCatchRanges;
this.indentStep = ctx.indentStep;
this.writer = ctx.writer;
this.indent = ctx.indent;
Expand Down

0 comments on commit 1756c5f

Please sign in to comment.