Files
fusion/.changeset/fix-recover-completed-task-log.md
gsxdsm 8c7fe694b3 fix(FN-993): add safe-navigation for task.description in recoverCompletedTasks
- Add optional chaining (?.) on task.description.slice() to prevent null-reference crash
- Fallback to '(untitled)' when both title and description are absent
- Add changeset for @fusion/engine patch
2026-04-05 17:28:21 -07:00

132 B

@fusion/engine
@fusion/engine
patch

Fix null-reference error in recoverCompletedTasks when logging tasks without title or description.