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
The OverthereProcessOutputHandler class allows the caller of OverthereConnection.execute to get back complete lines of stdout and stderr, as well as individual characters of stdout. There is no such facility to get back individual characters of stderr.
Either add a OverthereProcessOutputHandler.handleError() method or introduce an OverthereProcessErrorHandler.
The text was updated successfully, but these errors were encountered:
The
OverthereProcessOutputHandler
class allows the caller ofOverthereConnection.execute
to get back complete lines ofstdout
andstderr
, as well as individual characters ofstdout
. There is no such facility to get back individual characters ofstderr
.Either add a
OverthereProcessOutputHandler.handleError()
method or introduce anOverthereProcessErrorHandler
.The text was updated successfully, but these errors were encountered: