Skip to content
Snippets Groups Projects
Unverified Commit 2de898e3 authored by Stuart Robson's avatar Stuart Robson Committed by GitHub
Browse files

Merge pull request #341 from visual-framework/hotfix/fractal-extensions

HOTFIX - Pass missing param to codeblock extension
parents 6e961001 be356a60
No related branches found
No related tags found
No related merge requests found
Pipeline #16058 passed with stages
in 2 minutes and 35 seconds
......@@ -40,7 +40,7 @@ const nunj = require('@frctl/nunjucks')({
// // global-name: global-val
// },
extensions: {
codeblock: require('./tools/vf-frctl-extensions/codeblock.js')
codeblock: require('./tools/vf-frctl-extensions/codeblock.js')(fractal)
}
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment