mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix(ide): remove noisy error log (#7066)
This commit is contained in:
@@ -99,9 +99,6 @@ async function getIdeProcessInfoForUnix(): Promise<{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.error(
|
|
||||||
'Failed to find shell process in the process tree. Falling back to top-level process, which may be inaccurate. If you see this, please file a bug via /bug.',
|
|
||||||
);
|
|
||||||
const { command } = await getProcessInfo(currentPid);
|
const { command } = await getProcessInfo(currentPid);
|
||||||
return { pid: currentPid, command };
|
return { pid: currentPid, command };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user