From c22fcedef36f0194e6354213cfd4c2499934b1e0 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=F0=9F=A7=AE=20cleanupRegi?= =?UTF-8?q?stry.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/cleanupRegistry.ts | 1 + 1 file changed, 1 insertion(+) 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())) } +