Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: assert
coroutine.resume()
result
`coroutine.resume()` works similarly to `pcall()` and catches any errors. Ensure errors thrown in coroutine are propagated by asserting on the values returned by `coroutine.resume()`.
- Loading branch information