Skip to content

Commit 9557e75

Browse files
authored
Merge pull request #1032 from telefonicaid/AlvaroVega-patch-1
Update jexlParser.js
2 parents 0135399 + 681498c commit 9557e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/plugins/jexlParser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ function contextAvailable(expression, context) {
167167
validContext = false;
168168
logger.warn(
169169
logContext,
170-
'For expression "[%s]" context does not have element %s',
170+
'For expression "[%s]" context "[%j]" does not have element %s',
171171
expression,
172+
context,
172173
element.value
173174
);
174175
}

0 commit comments

Comments
 (0)