mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 08:54:28 -07:00
chore(core): improve encapsulation and remove unused exports (#19556)
This commit is contained in:
@@ -59,7 +59,7 @@ export interface ResolutionResult {
|
||||
* @param correlationId The correlationId to match.
|
||||
* @param signal An AbortSignal to cancel the wait and cleanup listeners.
|
||||
*/
|
||||
export async function awaitConfirmation(
|
||||
async function awaitConfirmation(
|
||||
messageBus: MessageBus,
|
||||
correlationId: string,
|
||||
signal: AbortSignal,
|
||||
|
||||
Reference in New Issue
Block a user