forked from Mirror/wren
Fix broken link for error handling
This commit is contained in:
@ -151,7 +151,7 @@ fibers all the way back to the main one and returns `WREN_RESULT_RUNTIME_ERROR`.
|
||||
Otherwise, when the last fiber successfully returns, it returns
|
||||
`WREN_RESULT_SUCCESS`.
|
||||
|
||||
[runtime error]: error-handling.html
|
||||
[runtime error]: ../error-handling.html
|
||||
|
||||
All code passed to `wrenInterpret()` runs in a special "main" module. That way,
|
||||
top-level names defined in one call can be accessed in later ones. It's similar
|
||||
|
||||
Reference in New Issue
Block a user