feat(FN-2073): merge fusion/fn-2073

This commit is contained in:
gsxdsm
2026-04-18 19:45:44 -07:00
parent 5ae81f6d72
commit a32cdd829b
2 changed files with 70 additions and 1 deletions

View File

@@ -432,7 +432,8 @@ export class StuckTaskDetector {
let settings: Settings;
try {
settings = await this.store.getSettings();
} catch {
} catch (err) {
stuckLog.error("Failed to read settings — skipping stuck task detection cycle:", err);
return; // Can't read settings — skip this cycle
}