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 6622056 commit 97c1efbCopy full SHA for 97c1efb
app/components/Package/DownloadAnalytics.vue
@@ -580,7 +580,7 @@ function buildExportFilename(extension: string): string {
580
}
581
582
const names = effectivePackageNames.value
583
- const label = names.length === 1 ? names[0] : 'packages'
+ const label = names.length === 1 ? names[0] : names.join('_')
584
return `${label}-${g}_${range}.${extension}`
585
586
0 commit comments