chore: remove stale _isVue checks
This commit is contained in:
@@ -81,7 +81,7 @@ export function callWithAsyncErrorHandling(
|
||||
): any[] {
|
||||
if (isFunction(fn)) {
|
||||
const res = callWithErrorHandling(fn, instance, type, args)
|
||||
if (res && !res._isVue && isPromise(res)) {
|
||||
if (res && isPromise(res)) {
|
||||
res.catch(err => {
|
||||
handleError(err, instance, type)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user