diff options
| author | jlove29 <[email protected]> | 2025-04-19 11:08:50 +0100 |
|---|---|---|
| committer | jlove29 <[email protected]> | 2025-04-19 11:08:50 +0100 |
| commit | 2f5f6baf0f4c9c1133b0271fcb3b9e89402b97a1 (patch) | |
| tree | 1bbfe7f2215af744950eea257847658e6a11889d /packages/cli/src | |
| parent | d2ef83bc60f0dd295fc6150030357bf914d0169f (diff) | |
fix format
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/hooks/useGeminiStream.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/src/ui/hooks/useGeminiStream.ts b/packages/cli/src/ui/hooks/useGeminiStream.ts index 37e62d93..dc108701 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -17,7 +17,7 @@ import { import { globalConfig } from '../../config/config.js'; import { getErrorMessage, isNodeError } from '../../utils/errors.js'; -const allowlistedCommands = ['ls']; // TODO: make this configurable +const allowlistedCommands = ['ls']; // TODO: make this configurable const addHistoryItem = ( setHistory: React.Dispatch<React.SetStateAction<HistoryItem[]>>, @@ -123,7 +123,6 @@ export const useGeminiStream = ( }); return; } - } else if ( // HACK to detect errored function responses. typeof query === 'object' && |
