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
println calls panic if it's unable to write to stdout, which makes it a less-pleasant citizen of the shell environment. Instead we ought to produce a useful error message on stderr and return an error code.
The text was updated successfully, but these errors were encountered:
println
callspanic
if it's unable to write tostdout
, which makes it a less-pleasant citizen of the shell environment. Instead we ought to produce a useful error message onstderr
and return an error code.The text was updated successfully, but these errors were encountered: