From af30132720f7d801c29240928acd0007ce452d8b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9A=8D=20watcher.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/teamMemorySync/watcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/teamMemorySync/watcher.ts b/src/services/teamMemorySync/watcher.ts index 0d9874e..5d7d0de 100644 --- a/src/services/teamMemorySync/watcher.ts +++ b/src/services/teamMemorySync/watcher.ts @@ -385,3 +385,4 @@ export function _resetWatcherStateForTesting(opts?: { export function _startFileWatcherForTesting(dir: string): Promise { return startFileWatcher(dir) } +