While you correctly used try/catch, the exception is coming from an async function that you did not await. try/catch only catch exceptions ...
確定! 回上一頁