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 0480689 commit 8efdaaeCopy full SHA for 8efdaae
src/commands/list.ts
@@ -54,7 +54,7 @@ export class ListCommand extends Command {
54
55
const msgs = CURRENT_ASSETS.map((item) => {
56
// const symbol = item.disabled ? logSymbols.success : logSymbols.error
57
- const symbol = item.disabled ? '✅' : '🟩'
+ const symbol = item.disabled ? '🟩' : '✅'
58
return `${symbol} ${item.file}`
59
})
60
console.log(msgs.join('\n'))
0 commit comments