diff options
| author | Allen Hutchison <[email protected]> | 2025-04-22 18:32:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-22 18:32:03 -0700 |
| commit | 9bc9c6e6c5b389fc72f9fcdb4452a50c37dc903e (patch) | |
| tree | 02bf39a79ff9b8d11ef10f435f09a8539842e024 /packages/cli/src/ui/hooks/useGeminiStream.ts | |
| parent | ef7dcdb49ebc79f9d3cda5708a3ca4488a1899dc (diff) | |
Question flag (#125)
Diffstat (limited to 'packages/cli/src/ui/hooks/useGeminiStream.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useGeminiStream.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/useGeminiStream.ts b/packages/cli/src/ui/hooks/useGeminiStream.ts index 27b68577..364661b6 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { exec as _exec, exec } from 'child_process'; +import { exec as _exec } from 'child_process'; import { useState, useRef, useCallback, useEffect } from 'react'; import { useInput } from 'ink'; import { |
