exports.run = async data => { await new Promise((resolve, reject) => setTimeout(resolve, 2000)) console.log(data) }