mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user