mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
chore: remove console.error (#13779)
This commit is contained in:
@@ -98,7 +98,7 @@ export async function handleFallback(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (handlerError) {
|
} catch (handlerError) {
|
||||||
console.error('Fallback UI handler failed:', handlerError);
|
debugLogger.error('Fallback UI handler failed:', handlerError);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user