Mickael Martins
Results
1
issues of
Mickael Martins
Hi, I want to catch 'exception' when TypeHelper throws exception. How I can do that ? `try{ testSync.runSync(); }catch(error) { console.log('error : '+ error); }` Thank-you
question