From ac525a07ea8df6ce5719689ce2b3d39762cc7305 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:13:14 +1000 Subject: scheme: fix dynamic preview Also catch read errors --- src/utils/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/system.ts') 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)); -- cgit v1.2.3-freya