fix: post-2.0 audit bug fixes (404 route, worker logging, outpaint gate, pandoc path)

Surgical post-2.0 fixes: SPA 404 route, worker logging, outpaint gate, pandoc path resolution.
This commit is contained in:
SnapOtter
2026-06-19 18:46:52 +08:00
committed by GitHub
parent 9b64a96bcd
commit 2bd3e2302a
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -824,7 +824,7 @@ export function startWorkers(): void {
});
worker.on("error", (err) => {
console.error(`Worker error [${pool}]:`, err);
logger.error({ err, pool }, "Worker error");
});
workers.push(worker);