We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现步骤: await new Promise((resolve, reject) => reject('')) 原因: 理解应该是这个原因,因为异常了,但是 catch 的异常是字符串 并不是个对象
The text was updated successfully, but these errors were encountered:
s在2.0.85版本后完善了error逻辑,此问题也顺便修复了。
Sorry, something went wrong.
xsahxl
No branches or pull requests
复现步骤:
await new Promise((resolve, reject) => reject(''))
原因:
理解应该是这个原因,因为异常了,但是 catch 的异常是字符串 并不是个对象
The text was updated successfully, but these errors were encountered: