INNER CODE UNIT · JavaScript
run
cerbos/cerbos · hack/tools/generate-npm-packages/templates/wrapper/index.js:29
function run(...args) {
execFileSync(binaryPath, args, { stdio: "inherit" });
}
module.exports = { binaryPath, run };
INNER CODE UNIT · JavaScript
cerbos/cerbos · hack/tools/generate-npm-packages/templates/wrapper/index.js:29
function run(...args) {
execFileSync(binaryPath, args, { stdio: "inherit" });
}
module.exports = { binaryPath, run };