From: Evan You Date: Tue, 26 Dec 2023 08:15:24 +0000 (+0800) Subject: chore: update new issue url in scheduler error message X-Git-Tag: v3.4.0-rc.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e727d62aba2337b091e4adde1422bf691f61029;p=thirdparty%2Fvuejs%2Fcore.git chore: update new issue url in scheduler error message --- diff --git a/packages/runtime-core/src/errorHandling.ts b/packages/runtime-core/src/errorHandling.ts index aff4f5567f..d2438ba8d5 100644 --- a/packages/runtime-core/src/errorHandling.ts +++ b/packages/runtime-core/src/errorHandling.ts @@ -55,7 +55,7 @@ export const ErrorTypeStrings: Record = { [ErrorCodes.ASYNC_COMPONENT_LOADER]: 'async component loader', [ErrorCodes.SCHEDULER]: 'scheduler flush. This is likely a Vue internals bug. ' + - 'Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core' + 'Please open an issue at https://github.com/vuejs/core .' } export type ErrorTypes = LifecycleHooks | ErrorCodes