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 read function will need to return Result/Option of Value (or a similar solution). Currently it returns this error-indicating Condition when there are no more lines to read (which is certainly not what the user expects).
Edit: #62 (comment) indicates returning Value itself is desired, with the solution to this being ignoring a particular Condition ret val. 🤔
even if script succeeds, it returns an error condition
expected success case:
no more output after
Hello, world
The text was updated successfully, but these errors were encountered: