You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nushell is a young project. Periodically, it produces warning messages to
stderr; while these do not constitute errors, they *do* break
`exec-path-from-shell`'s ability to sensibly parse stdout as JSON.
This commit re-directs stderr to a temp file, then loads the contents of that
file into a well-known error buffer (`*exec-path-from-shell: nushell errors*`).
On non-zero exit code, the error buffer is displayed.
Closes#124.
0 commit comments