Skip to content

Unhandled errors thrown while evaluating computed properties are getting swallowed silently. #639

Closed
@shyiko

Description

@shyiko

I thought I would ask before sending in a pull request, is https://github.com/yyx990803/vue/blob/master/src/parsers/path.js#L231 intentional? Swallowing exception at that point prevents it from reaching https://github.com/yyx990803/vue/blob/master/src/watcher.js#L80 and thus from being logged.

(http://jsfiddle.net/ua71r8rz/. note that the console is blank (even though I would expect something similar to "Cannot read property 'property' of undefined""))

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions