Commit d0872c8
fix(init): display error before throwing WizardError in team resolution
WizardError defaults rendered=true, so the framework error handler
suppresses output. Every other throw site calls log.error() + cancel()
first to display the message. The new catch block was missing this,
which would silently swallow the error.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 67f963c commit d0872c8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
535 | 537 | | |
536 | 538 | | |
537 | 539 | | |
| |||
0 commit comments