Skip to content

Commit 95dd1a0

Browse files
committed
fix(handleIncludeBody): loopTemplate pass on option doEval
1 parent f0b8710 commit 95dd1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ async function handleIncludeBody({ scope, args, body, absolute }) {
645645
scope,
646646
cft: temp,
647647
doEnv: args.doEnv,
648+
doEval: args.doEval,
648649
doLog: args.doLog,
649650
inject: args.inject,
650651
}).then((_temp) => {

0 commit comments

Comments
 (0)