Predict the output.
async function fn() { throw new Error('x') } fn().catch((e) => console.log(e.message))