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
fix(768): proper handling of possible stdin in logs stream (#769)
That was wrong assumption about "unreachable" code.
StdIn still may occur, but we don't need this and explicitly pass only
stderr & stdout flags. So for now it's simple filtering.
Closes#768
0 commit comments