mirror of https://github.com/vuejs/core.git
chore: update new issue url in scheduler error message
This commit is contained in:
parent
947aacf5ea
commit
8e727d62ab
|
@ -55,7 +55,7 @@ export const ErrorTypeStrings: Record<LifecycleHooks | ErrorCodes, string> = {
|
||||||
[ErrorCodes.ASYNC_COMPONENT_LOADER]: 'async component loader',
|
[ErrorCodes.ASYNC_COMPONENT_LOADER]: 'async component loader',
|
||||||
[ErrorCodes.SCHEDULER]:
|
[ErrorCodes.SCHEDULER]:
|
||||||
'scheduler flush. This is likely a Vue internals bug. ' +
|
'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
|
export type ErrorTypes = LifecycleHooks | ErrorCodes
|
||||||
|
|
Loading…
Reference in New Issue