@isaacs this is for the people
hapijs/lab#695
I recommend using that patch with TapJS. It seems to work.
If you see any problems with it, I would love to know. Try out the code.
The standard problem:
Promise.resolve(null).then(function(){
setTimeout(function(){
throw 'this normally cannot be caught by domains, but with the patch, it can!'
}, 100):
});
'nuff said
@isaacs this is for the people
hapijs/lab#695
I recommend using that patch with TapJS. It seems to work.
If you see any problems with it, I would love to know. Try out the code.
The standard problem:
'nuff said