Update file executable_install-program
This commit is contained in:
parent
7e5c88e45c
commit
d9969dcdfb
1 changed files with 1 additions and 1 deletions
|
@ -1413,7 +1413,7 @@ async function pruneInstallOrders(installOrders) {
|
|||
let newVal = newOrders[pkgManager]
|
||||
for (const pkg of newOrders[pkgManager]) {
|
||||
try {
|
||||
runCommand(`Pruning packages that are already installed via Homebrew - ${pkg}`, `brew list ${pkg}`)
|
||||
runCommand(`Ensuring Homebrew package is not already installed - ${pkg}`, `brew list ${pkg}`)
|
||||
newVal = newVal.filter(x => x === pkg)
|
||||
} catch (e) {
|
||||
// Do nothing
|
||||
|
|
Loading…
Reference in a new issue