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() } +