This commit is contained in:
pwn
2025-12-05 12:47:18 +03:00
parent de46f09b6a
commit bd9eca2116

View File

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