isle/tasks/bugs/set-config-dont-commit-new-config-on-err.md

9 lines
214 B
Markdown
Raw Normal View History

---
type: task
---
When SetConfig is called, but ends up erroring, the new config should not end up
getting stored in the state directory.
This could be tricky if the reload call succeeds but the postInit fails.