OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Implement `throw` properly and actually catching errors properly

Open ike709 opened this issue 2 years ago • 1 comments

http://www.byond.com/docs/ref/#/proc/throw

Basic try/catch support got added in https://github.com/wixoaGit/OpenDream/issues/227

But we're still missing throw and also it'll never actually catch exceptions at the moment.

ike709 avatar Sep 28 '21 00:09 ike709

https://github.com/wixoaGit/OpenDream/pull/436 adds a placeholder throw implementation

ike709 avatar Oct 21 '21 03:10 ike709