This commit is contained in:
Adria Navarro 2024-02-01 12:32:39 +01:00
parent 843d95c3bb
commit 480476bcfe
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ const { getJsHelperList } = require("./helpers/list")
const helpers = getJsHelperList()
module.exports = {
...helpers,
// point stripProtocol to a unexisting function to be able to declare it on isolated-vm
// pointing stripProtocol to a unexisting function to be able to declare it on isolated-vm
// eslint-disable-next-line no-undef
stripProtocol: helpersStripProtocol,
}