]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix error reporting URL to point to vue-next (#624) [ci skip]
authorSören Schwert <hello@soerenschwert.de>
Thu, 16 Jan 2020 02:50:06 +0000 (03:50 +0100)
committerEvan You <yyx990803@gmail.com>
Thu, 16 Jan 2020 02:50:06 +0000 (21:50 -0500)
packages/runtime-core/src/errorHandling.ts

index 29137a4e2650392971c34be89dd770d84d8a53ba..5d5592fba77ef9db24d29dbcd0561c4672f52052 100644 (file)
@@ -49,7 +49,7 @@ export const ErrorTypeStrings: Record<number | string, string> = {
   [ErrorCodes.FUNCTION_REF]: 'ref function',
   [ErrorCodes.SCHEDULER]:
     'scheduler flush. This is likely a Vue internals bug. ' +
-    'Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue'
+    'Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next'
 }
 
 export type ErrorTypes = LifecycleHooks | ErrorCodes