refined sandbox/seatbelt log message, pass NODE_OPTIONS along to sandboxed node (#292)

This commit is contained in:
Olcan
2025-05-08 14:50:35 -07:00
committed by GitHub
parent 3b025883b6
commit b1c449d11c
2 changed files with 11 additions and 7 deletions

View File

@@ -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);
}