diff --git a/src/utils/cleanupRegistry.ts b/src/utils/cleanupRegistry.ts index 13c98b8..375cda8 100644 --- a/src/utils/cleanupRegistry.ts +++ b/src/utils/cleanupRegistry.ts @@ -23,3 +23,4 @@ export function registerCleanup(cleanupFn: () => Promise): () => void { export async function runCleanupFunctions(): Promise { await Promise.all(Array.from(cleanupFunctions).map(fn => fn())) } +