revert fix sql #2
This commit is contained in:
pwn
2025-12-05 13:22:22 +03:00
parent bd9eca2116
commit d02a53be38

View File

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