Commit 12abba5
authored
fix(create): prevent vp create library template from hanging in silent mode (#757)
When running `vp create` interactively without `--verbose`, create-tsdown
hangs because stdin is piped in silent/compact mode. Add `--template default`
flag when running silently to prevent the hang.
1 parent 50acce9 commit 12abba5
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments