mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
refactor(core): remove redundant terminal re-exports
This commit is contained in:
@@ -11,9 +11,6 @@ import {
|
|||||||
isWindows10 as detectIsWindows10,
|
isWindows10 as detectIsWindows10,
|
||||||
} from './terminalEnvironment.js';
|
} from './terminalEnvironment.js';
|
||||||
|
|
||||||
// Re-export these for backward compatibility
|
|
||||||
export { TerminalType, detectTerminalType };
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detects if the current OS is Windows 10.
|
* Detects if the current OS is Windows 10.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user