Open moodymudskipper opened 8 months ago
I think we can save the stack on error by default and then another function helps you jump in, so we don't have to do error = recover, bue we can just run recover2() after the fact. Maybe we can capture the last error there too
recover2()
I think we can save the stack on error by default and then another function helps you jump in, so we don't have to do error = recover, bue we can just run
recover2()
after the fact. Maybe we can capture the last error there too