mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
fix(cli): Improve proxy test isolation and sandbox path resolution (#6555)
This commit is contained in:
parent
494a996ff8
commit
5bba15b038
6 changed files with 230 additions and 91 deletions
|
|
@ -206,7 +206,6 @@ export async function start_sandbox(
|
|||
let profileFile = fileURLToPath(
|
||||
new URL(`sandbox-macos-${profile}.sb`, import.meta.url),
|
||||
);
|
||||
|
||||
// if profile name is not recognized, then look for file under project settings directory
|
||||
if (!BUILTIN_SEATBELT_PROFILES.includes(profile)) {
|
||||
profileFile = path.join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue