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
在函数createChannel中executeTask return的是一个promise,但未捕获异常,导致异常中断,请求无法结束。 截图发失败了,基本原因是createTask返回了async函数,在调用executeTask 时调用了meta.task(), 这是一个async函数,然后没有任何地方有处理异常。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在函数createChannel中executeTask return的是一个promise,但未捕获异常,导致异常中断,请求无法结束。
截图发失败了,基本原因是createTask返回了async函数,在调用executeTask 时调用了meta.task(), 这是一个async函数,然后没有任何地方有处理异常。
The text was updated successfully, but these errors were encountered: