rglua icon indicating copy to clipboard operation
rglua copied to clipboard

Make panics also exit gracefully, like in #10

Open vurvdev opened this issue 4 years ago • 0 comments

Should be pretty easy to do with std::panic::catch_unwind and std::panic::set_hook.

This is sort of related to #10, although instead there it openly .unwrap()s so it is our fault that it kills the program.

vurvdev avatar Jan 23 '22 22:01 vurvdev