使用 try-catch

try {
    const data = await asyncFn()
} catch (err) {
    /* handle err */
}