diff options
Diffstat (limited to 'src/utils/system.ts')
| -rw-r--r-- | src/utils/system.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/system.ts b/src/utils/system.ts index 360a261..3a9caa6 100644 --- a/src/utils/system.ts +++ b/src/utils/system.ts @@ -103,7 +103,7 @@ export const monitorDirectory = ( } } - // Keep ref to monitor so it doesn't get GCed + // Keep ref to monitor so it doesn't get GC'd monitors.add(monitor); monitor.connect("notify::cancelled", () => monitor.cancelled && monitors.delete(monitor)); |