var r = null; new Promise((res, rej) => { throw "bang"; }).catch(e => { r = e; }); __drain(); r