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
This commit is contained in:
5
.changeset/fix-recover-completed-task-log.md
Normal file
5
.changeset/fix-recover-completed-task-log.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@fusion/engine": patch
|
||||
---
|
||||
|
||||
Fix null-reference error in recoverCompletedTasks when logging tasks without title or description.
|
||||
Reference in New Issue
Block a user