From: JiZhi <471695625@qq.com> Date: Sun, 1 Dec 2019 17:03:26 +0000 (+0800) Subject: chore: typo (#488) [ci skip] X-Git-Tag: v3.0.0-alpha.0~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec2feeafad86b239deb0d2aeb1e41d898a021a7b;p=thirdparty%2Fvuejs%2Fcore.git chore: typo (#488) [ci skip] --- diff --git a/packages/runtime-core/src/errorHandling.ts b/packages/runtime-core/src/errorHandling.ts index c71524ac88..2551fac571 100644 --- a/packages/runtime-core/src/errorHandling.ts +++ b/packages/runtime-core/src/errorHandling.ts @@ -128,7 +128,7 @@ export function handleError( logError(err, type, contextVNode) } -// Test-only toggle for testing the uhandled warning behavior +// Test-only toggle for testing the unhandled warning behavior let forceRecover = false export function setErrorRecovery(value: boolean) { forceRecover = value