- 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
6 lines
132 B
Markdown
6 lines
132 B
Markdown
---
|
|
"@fusion/engine": patch
|
|
---
|
|
|
|
Fix null-reference error in recoverCompletedTasks when logging tasks without title or description.
|