When a parent task was toggled, `update_task` failures on child tasks were silently swallowed with `let _ = ...`, leaving subtasks out of sync with the parent's status and giving the user no feedback. Map the error and propagate so the UI can show it and the user can retry. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| tauri-plugin-credentials | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||