From 0754a0caaee23a96e25bb3904c1e9d3b8ae023bc Mon Sep 17 00:00:00 2001 From: HeeJae Chang Date: Fri, 6 May 2022 04:43:24 -0700 Subject: [PATCH] make sure to unsubscribe from file events --- client/src/common/fileSystemWatcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/common/fileSystemWatcher.ts b/client/src/common/fileSystemWatcher.ts index 0e9e8f95c..a9b329ddd 100644 --- a/client/src/common/fileSystemWatcher.ts +++ b/client/src/common/fileSystemWatcher.ts @@ -62,7 +62,7 @@ export class FileSystemWatcherFeature implements DynamicFeature