module.exports = async function(req, res) { await new Promise(r => setTimeout(r, 1000)); throw new Error("cock"); }