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
No stderr output is displayed in the shell sometimes. It is probably an upstream bug in mafredri/zsh-async. Stderr is redirected by exec 2>/dev/null in function _async_worker within async.zsh.
Seems a known and fixed bug in zsh-async#35. But in my former experience, remove exec 2>/dev/null may not be enough, the stderr is still lost sometime after computer wakeup. Let's update zsh-async and wait for later test.
No stderr output is displayed in the shell sometimes. It is probably an upstream bug in mafredri/zsh-async. Stderr is redirected by
exec 2>/dev/null
in function_async_worker
withinasync.zsh
.https://github.com/mafredri/zsh-async/blob/95c2b1577f455728ec01cec001a86c216d0af2bd/async.zsh#L67-L71
The text was updated successfully, but these errors were encountered: