mojidev7
Results
2
comments of
mojidev7
that's a very simple case: Example: ``` function foo() { console.log('Hi'); setTimeout(() => { console.log('lets throwing an exception.. :}}') throw new Error('An Amazing Error!'); }, 2000) } try { foo()...
@max-ipinfo @abdullahdevrel @shrink Good job thanks If faced again will inform you