Skip to content

Commit 079aaa6

Browse files
Update Musadora/Musadora CLI/main.swift
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 08a794f commit 079aaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Musadora/Musadora CLI/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ do {
3232
print(userToken)
3333
print("")
3434
} catch {
35-
print("ERROR getting tokens: \(error)")
36-
print("")
35+
fputs("ERROR getting tokens: \(error)\n", stderr)
36+
exit(1)
3737
}
3838

0 commit comments

Comments
 (0)