fix: harden file reads and timer cleanup (#1352)

* fix: harden file reads and timer cleanup

* fix: preserve literal file path escapes
This commit is contained in:
ZacharyZcR
2026-08-28 10:36:08 +08:00
committed by GitHub
parent 50f1882fa9
commit 14d4128266
8 changed files with 226 additions and 20 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ setInterval(
}
},
5 * 60 * 1000,
);
).unref();
/**
* @openapi