Hacker News new | ask | show | jobs
by ilaksh 2134 days ago
There is really no way to trap it? Maybe fork the NimScript stuff to give the option to try to hang around?
1 comments

I did manage to fork it and prevent it from aborting, but i don't want to maintain it forever. I tracked it down to this function:

https://github.com/nim-lang/Nim/blob/cd28fe2ef7a204721efa720...

It's calling `quit` which cannot be caught in a try statement.