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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
In that case, it seems not necessary to output the error here, because sample/peer/cmd.Execute will do that. We might also want to report the error to stderr rather than stdout.
Initially,
request
function would return an error that is propagated bycobra
up the call stack, and finally reported here. Maybe we should restore that behavior (in a separate PR)?In that case, it seems not necessary to output the error here, because
sample/peer/cmd.Execute
will do that. We might also want to report the error tostderr
rather thanstdout
.Originally posted by @sergefdrv in #134
The text was updated successfully, but these errors were encountered: