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

reject of async event never catch #9694

Comments

@tcastelly
Copy link

Version

2.6.8

Reproduction link

https://jsfiddle.net/shenron/vfksgnr4/3/

Steps to reproduce

Call manually an event with $listeners. The promise returned has only success.

What is expected?

The promise returned should have success and error

What is actually happening?

All answers (success as error) are resolved as success


It seems to work with a previous version of VueJS

https://jsfiddle.net/shenron/vfksgnr4/2/

@yyx990803 yyx990803 added this to To do in Maintenance via automation Mar 14, 2019
Maintenance automation moved this from To do to Done Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment