Continue after catch
I have the following block of code. I want to continue after running a function in the catch block. I know it’s not possible this way, I’m just wondering if there is a way to dot source or some other trick to make it work.
I have the following block of code. I want to continue after running a function in the catch block. I know it’s not possible this way, I’m just wondering if there is a way to dot source or some other trick to make it work.