mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-22 08:06:24 +00:00
aligned emoji
This commit is contained in:
parent
0289b2b0b7
commit
25917f5432
@ -59,7 +59,7 @@ async function main() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('🗑 Uninstalling')
|
console.log('🗑 Uninstalling')
|
||||||
while (loosers.length) {
|
while (loosers.length) {
|
||||||
const joinedLoosers = loosers.join(' ')
|
const joinedLoosers = loosers.join(' ')
|
||||||
cp.execSync(`brew uninstall ${joinedLoosers}`)
|
cp.execSync(`brew uninstall ${joinedLoosers}`)
|
||||||
|
Loading…
Reference in New Issue
Block a user