fix(create-emdash): use async exec so spinner animates during install

This commit is contained in:
Matt Kane
2026-04-01 13:45:04 +01:00
parent 4925c6014f
commit 2022b77341
2 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"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.