Skip to content

Commit 63a6889

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 079aaa6 commit 63a6889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Musadora/Musadora CLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ print("━━━━━━━━━━━━━━━━━━━━━━━━
1515

1616
let status = await MusicAuthorization.request()
1717
guard status == .authorized else {
18-
print("ERROR: Music authorization not granted")
18+
fputs("ERROR: Music authorization not granted\n", stderr)
1919
exit(1)
2020
}
2121

0 commit comments

Comments
 (0)