Update file executable_install-program
This commit is contained in:
parent
4d9be471b5
commit
992850f584
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ async function updateInstallMaps(preference, packages, scopedPreference, pkg, pa
|
||||||
}
|
}
|
||||||
log('info', 'Match', `Found a match for the package \`${pkg}\` (${packageKey} via ${scopedPreference})`)
|
log('info', 'Match', `Found a match for the package \`${pkg}\` (${packageKey} via ${scopedPreference})`)
|
||||||
const newPackages = packages[scopedPreference]
|
const newPackages = packages[scopedPreference]
|
||||||
const newPkgs = typeof newPackages === 'string' ? [{ newPackages }] : newPackages
|
const newPkgs = typeof newPackages === 'string' ? [ newPackages ] : newPackages
|
||||||
if (typeof newPackages === 'string') {
|
if (typeof newPackages === 'string') {
|
||||||
installMeta[newPackages] = {
|
installMeta[newPackages] = {
|
||||||
preference,
|
preference,
|
||||||
|
|
Loading…
Reference in a new issue