There was an error while loading. Please reload this page.
1 parent 283791a commit bc44d2bCopy full SHA for bc44d2b
1 file changed
src/index.ts
@@ -42,7 +42,7 @@ const main = async () => {
42
const action = await p.select({ message: t.muted("what do you want to do?"), options })
43
44
if (p.isCancel(action) || action === "exit") {
45
- p.outro(t.muted("bye"))
+ p.outro(t.muted("bye :C"))
46
process.exit(0)
47
}
48
0 commit comments