🥈 macOsKeychainHelpers.ts

This commit is contained in:
nirholas
2026-03-31 10:24:27 +00:00
parent f738eab406
commit 79b4257917

View File

@@ -109,3 +109,4 @@ export function primeKeychainCacheFromPrefetch(stdout: string | null): void {
}
keychainCacheState.cache = { data, cachedAt: Date.now() }
}