wip maybe remove

This commit is contained in:
mkorwel
2026-03-11 17:23:51 -07:00
parent 12a2a9725b
commit 13877f6ac6
8 changed files with 132 additions and 68 deletions

View File

@@ -216,7 +216,7 @@ export async function start_sandbox(
// process.argv is [node, script, ...args]
// We want to skip the first element (node) when calling spawn(process.execPath, ...)
const finalArgv = cliArgs.slice(1);
const child = spawn(process.execPath, finalArgv, {
stdio: 'inherit',
env: {