mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix debugging with seatbelt, including in strict profile (#300)
This commit is contained in:
@@ -20,6 +20,7 @@ node ./scripts/check-build-status.js
|
||||
|
||||
# if debugging is enabled and sandboxing is disabled, use --inspect-brk flag
|
||||
# note with sandboxing this flag is passed to the binary inside the sandbox
|
||||
# inside sandbox SANDBOX should be set and sandbox_command.sh should fail
|
||||
node_args=()
|
||||
if [ -n "${DEBUG:-}" ] && ! scripts/sandbox_command.sh -q; then
|
||||
if [ -n "${SANDBOX:-}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user