Skip to content

Pass raw err to errorHandler callback #10

Closed
@mdreizin

Description

@mdreizin

Hello,

It would be nice to use raw err in errorHandler callback:

Vue.use(AsyncComputed, {
errorHandler(err) {
console.log('Hey, an error!')
console.log('---')
console.log(err.message)
}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions