Skip to content

Commit

Permalink
fix(handleIncludeBody): loopTemplate pass on option doEval
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Nov 14, 2024
1 parent f0b8710 commit 95dd1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ async function handleIncludeBody({ scope, args, body, absolute }) {
scope,
cft: temp,
doEnv: args.doEnv,
doEval: args.doEval,
doLog: args.doLog,
inject: args.inject,
}).then((_temp) => {
Expand Down

0 comments on commit 95dd1a0

Please sign in to comment.