Skip to content

Commit fdadbac

Browse files
johannes-zfoxbenjaminfox
authored andcommitted
added vm and info to errorHandler. (#71)
1 parent 8a576ec commit fdadbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function handleAsyncComputedPropetyChanges (vm, key, pluginOptions, Vue) {
8888
: pluginOptions.errorHandler
8989

9090
if (pluginOptions.useRawError) {
91-
handler(err)
91+
handler(err, vm, err.stack)
9292
} else {
9393
handler(err.stack)
9494
}

0 commit comments

Comments
 (0)