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