#error while working with zig stdout
1 messages · Page 1 of 1 (latest)
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