We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be60996 commit 4cc1bc8Copy full SHA for 4cc1bc8
app/pages/package/[[org]]/[name].vue
@@ -219,7 +219,7 @@ watch(
219
[resolvedStatus, resolvedVersion],
220
([status, version]) => {
221
if (version === null && status === 'success') {
222
- throw createError({
+ showError({
223
statusCode: 404,
224
statusMessage: $t('package.not_found'),
225
message: $t('package.not_found_message'),
0 commit comments