This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7f92bc7a49ba3895938eaa420240b4fd9af21d79
wren
/
test
/
fiber
/
abort_main_fiber.wren
T
2 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add Fiber.abort() method to abort fiber with error message
2015-01-01 18:40:14 +00:00
Fiber.abort("Abort!") // expect runtime error: Abort!
Reference in New Issue
Copy Permalink