#error while working with zig stdout

1 messages · Page 1 of 1 (latest)

drowsy hinge
#

error while working with zig stdout

verbal tendon
#

you should read the error message :)

#

zigsh_loop returns an error, which you need to handle

#

The error message suggests using try, catch or if. In this case, try is probably what you want

#

btw if you're pasting code or errors into Discord, put three backticks on either side and it'll format it as a code block