Files
moreminimore-redesign/.changeset/fix-create-emdash-spinner.md

6 lines
210 B
Markdown

---
"create-emdash": patch
---
Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.