mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-19 15:56:48 -07:00
fix(cli): resolve lint errors preventing pipeline extraction
This commit is contained in:
@@ -784,8 +784,6 @@ export function KeypressProvider({
|
||||
children: React.ReactNode;
|
||||
config?: Config;
|
||||
}) {
|
||||
if (process.env['NODE_ENV'] === 'test') {
|
||||
}
|
||||
const { settings } = useSettingsStore();
|
||||
const debugKeystrokeLogging = settings.merged.general.debugKeystrokeLogging;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user