From 66d86bd353a38ea1acf13f3312192483fd078f51 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=F0=9F=9A=84=20fileChangedWatche?= =?UTF-8?q?r.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/hooks/fileChangedWatcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/hooks/fileChangedWatcher.ts b/src/utils/hooks/fileChangedWatcher.ts index 3d5f771..ea95c3e 100644 --- a/src/utils/hooks/fileChangedWatcher.ts +++ b/src/utils/hooks/fileChangedWatcher.ts @@ -189,3 +189,4 @@ function dispose(): void { export function resetFileChangedWatcherForTesting(): void { dispose() } +