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

Vue error handler not capturing async watcher handler #11036

Closed
caiquecastro opened this issue Jan 20, 2020 · 1 comment
Closed

Vue error handler not capturing async watcher handler #11036

caiquecastro opened this issue Jan 20, 2020 · 1 comment

Comments

@caiquecastro
Copy link

Version

2.6.11

Reproduction link

https://jsfiddle.net/shengslogar/f4kc5vq2/32/

Steps to reproduce

Create a watcher with an async handler. Make it throw an error.

What is expected?

It's captured by Vue error handler

What is actually happening?

Not being captured by vue error handler


Shows an uncaught promise error

@posva
Copy link
Member

posva commented Jan 21, 2020

Duplicate of #10009

@posva posva marked this as a duplicate of #10009 Jan 21, 2020
@posva posva closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants