Skip to content
New issue

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

catch 在链式调用时不可用 #11

Closed
weiwenhao opened this issue May 16, 2023 · 1 comment
Closed

catch 在链式调用时不可用 #11

weiwenhao opened this issue May 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@weiwenhao
Copy link
Member


var err = catch foo[0]().test.bar().baz().car()

此时 catch 无法捕捉除了 car 以外的如 null select,bar 或者 baz 中 throw 等错误。

@weiwenhao weiwenhao added the bug Something isn't working label May 16, 2023
@weiwenhao
Copy link
Member Author

fixed in 0.3.0-beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant