mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-14 16:42:47 +00:00
fix: remove detect install on main log stream
This commit is contained in:
parent
83c1ffb289
commit
97407aa823
1 changed files with 0 additions and 2 deletions
|
|
@ -232,8 +232,6 @@ class InstallLogs {
|
|||
displayFilteredLogs(data:String) {
|
||||
if (!data) return;
|
||||
const msg = data.toString().trimEnd();
|
||||
//Detect if uv sync is run
|
||||
detectInstallationLogs(msg);
|
||||
if (msg.toLowerCase().includes("error") || msg.toLowerCase().includes("traceback")) {
|
||||
log.error(`BACKEND: [DEPS INSTALL] ${msg}`);
|
||||
safeMainWindowSend('install-dependencies-log', { type: 'stderr', data: data.toString() });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue