chore: typo (#488) [ci skip]

This commit is contained in:
JiZhi 2019-12-02 01:03:26 +08:00 committed by Evan You
parent 810b3a3e2a
commit ec2feeafad

View File

@ -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