From e1ec815d1b6ad239f1e43258d760ecd48525daf2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 13:39:16 -0400 Subject: sync --- js/src/tool/util/file-times.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool') diff --git a/js/src/tool/util/file-times.ts b/js/src/tool/util/file-times.ts index d07c5264c..aab562dd4 100644 --- a/js/src/tool/util/file-times.ts +++ b/js/src/tool/util/file-times.ts @@ -1,7 +1,7 @@ import { App } from "../../app"; export namespace FileTimes { - export const state = App.state("tool.edit", () => ({ + export const state = App.state("tool.filetimes", () => ({ read: new Map(), write: new Map(), })); -- cgit v1.2.3