mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
chore: remove console.error (#13779)
This commit is contained in:
parent
7f67c7f952
commit
404a4468d8
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ export async function handleFallback(
|
|||
);
|
||||
}
|
||||
} catch (handlerError) {
|
||||
console.error('Fallback UI handler failed:', handlerError);
|
||||
debugLogger.error('Fallback UI handler failed:', handlerError);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue