mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(start): use absolute path to resolve CLI package (#3196)
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com> Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
@@ -55,7 +55,7 @@ if (process.env.DEBUG && !sandboxCommand) {
|
||||
}
|
||||
}
|
||||
|
||||
nodeArgs.push('./packages/cli');
|
||||
nodeArgs.push(join(root, 'packages', 'cli'));
|
||||
nodeArgs.push(...process.argv.slice(2));
|
||||
|
||||
const env = {
|
||||
|
||||
Reference in New Issue
Block a user