fix(ide): remove noisy error log (#7066)
This commit is contained in:
parent
ae1f67df04
commit
75b1e01bb0
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
return { pid: currentPid, command };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue