fix(KB-601): fix atomicWriteTaskJson missing directory error
- Fix atomicWriteTaskJson to ensure parent directory exists before writing - Add changeset for unpause missing directory fix - Remove deprecated backup commands and related code - Clean up unused settings fields and API routes - Remove task comments and merge details components - Update store tests to reflect directory fix behavior
This commit is contained in:
5
.changeset/fix-unpause-missing-directory.md
Normal file
5
.changeset/fix-unpause-missing-directory.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Fix ENOENT error when unpausing tasks with missing directories by ensuring task directory exists before writing task.json
|
||||
Reference in New Issue
Block a user