mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
refined sandbox/seatbelt log message, pass NODE_OPTIONS along to sandboxed node (#292)
This commit is contained in:
@@ -31,7 +31,6 @@ async function main() {
|
||||
if (!process.env.SANDBOX) {
|
||||
const sandbox = sandbox_command(config.getSandbox());
|
||||
if (sandbox) {
|
||||
console.log('hopping into sandbox ...');
|
||||
await start_sandbox(sandbox);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user