fix(create-emdash): use async exec so spinner animates during install
This commit is contained in:
5
.changeset/fix-create-emdash-spinner.md
Normal file
5
.changeset/fix-create-emdash-spinner.md
Normal 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.
|
||||
Reference in New Issue
Block a user