Skip to content

Commit

Permalink
Update src/main/java/com/hubspot/jinjava/interpret/JinjavaInterpreter…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Jack Smith <72623970+jasmith-hs@users.noreply.github.com>
  • Loading branch information
manheychiu and jasmith-hs authored Apr 19, 2024
1 parent 4680096 commit a9f53fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ public Object retraceVariable(String variable, int lineNumber, int startPosition
getConfig()
.getFeatures()
.getActivationStrategy(OUTPUT_UNDEFINED_VARIABLES_ERROR)
.isActive(getContext())
.isActive(context)
) {
addError(
new TemplateError(
Expand Down

0 comments on commit a9f53fd

Please sign in to comment.