fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289)
fix #2267
This commit is contained in:
@@ -609,7 +609,7 @@ describe('Suspense', () => {
|
||||
err instanceof Error
|
||||
? err.message
|
||||
: `A non-Error value thrown: ${err}`
|
||||
return true
|
||||
return false
|
||||
})
|
||||
|
||||
return () =>
|
||||
|
||||
Reference in New Issue
Block a user