fmt
This commit is contained in:
parent
a13f1f31d1
commit
9f41ffe7d1
|
@ -23,7 +23,7 @@ module.exports.FIND_ANY_HBS_REGEX = templates.FIND_ANY_HBS_REGEX
|
||||||
|
|
||||||
if (!process.env.NO_JS) {
|
if (!process.env.NO_JS) {
|
||||||
const vm = require("vm")
|
const vm = require("vm")
|
||||||
const { setJSRunner } = require("./helpers/javascript")
|
const {setJSRunner} = require("./helpers/javascript")
|
||||||
/**
|
/**
|
||||||
* Use vm to run JS scripts in a node Env
|
* Use vm to run JS scripts in a node Env
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue