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

Fix #1760: do not console.error handled exceptions #1761

Merged
merged 1 commit into from Jan 10, 2021

Commits on Jan 6, 2021

  1. fix(error.js): do not console.error handled exceptions

    When an exception is handled in an `errorHandler` function, do not re-raise it.
    
    fix vuejs#1760
    marcgibbons committed Jan 6, 2021
    Copy the full SHA
    e49b03b View commit details
    Browse the repository at this point in the history