async function awaitsRejectection() { await Promise.reject('blah'); } async function throwsStuff() { throw new Error('blah'); }