Skip to content

Commit 394ed3a

Browse files
authored
Merge pull request #1 from Panonim/develop
Change outro message to include a sad face
2 parents 283791a + bc44d2b commit 394ed3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const main = async () => {
4242
const action = await p.select({ message: t.muted("what do you want to do?"), options })
4343

4444
if (p.isCancel(action) || action === "exit") {
45-
p.outro(t.muted("bye"))
45+
p.outro(t.muted("bye :C"))
4646
process.exit(0)
4747
}
4848

0 commit comments

Comments
 (0)