fix(core): avoid panic when inline tui can't init#34135
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 166efc3
☁️ Nx Cloud last updated this comment at |
a9b71a4 to
e00e2bf
Compare
e00e2bf to
5f22f7d
Compare
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud has identified a possible root cause for your failed CI:
This CI failure appears to be related to the environment or external dependencies rather than your code changes.
No code changes were suggested for this issue.
🔂 A CI rerun has been triggered by adding an empty commit to this branch.
🎓 Learn more about Self-Healing CI on nx.dev
1876681 to
166efc3
Compare
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
if inline tui init fails, we panic
Expected Behavior
If inline tui init fails, inline mode is disabled. We show the reason its disabled when someone tries to use it.
Related Issue(s)
Fixes #