fix(runtime-core): handle error in async watchEffect (#3129)
This commit is contained in:
@@ -204,7 +204,7 @@ function doWatch(
|
||||
if (cleanup) {
|
||||
cleanup()
|
||||
}
|
||||
return callWithErrorHandling(
|
||||
return callWithAsyncErrorHandling(
|
||||
source,
|
||||
instance,
|
||||
ErrorCodes.WATCH_CALLBACK,
|
||||
|
||||
Reference in New Issue
Block a user