@@ -247,7 +247,7 @@ export class FunctionExecutionService {
|
|||||||
}>((resolve, reject) => {
|
}>((resolve, reject) => {
|
||||||
const child = spawn(
|
const child = spawn(
|
||||||
this.executorBinary,
|
this.executorBinary,
|
||||||
["--enable-fs", scriptPath],
|
["--enable-fs", "--enable-sql", `scope_${slug}`, scriptPath],
|
||||||
{
|
{
|
||||||
cwd,
|
cwd,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user