Remove panic-prone optional beep helpers

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:29:34 -04:00
committed by Brandon McGinty
parent 51d62c3acb
commit c3fe4f88f3
3 changed files with 1 additions and 27 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ Priority 3: configuration, UI, and binding hardening
Add checked wrapper operations for lifecycle-critical calls and surface
actionable errors to Barnard.
34. Beep helpers panic when the external command is absent
[x] 34. Beep helpers panic when the external command is absent
Files: ui.go, gumble/gumbleopenal/stream.go
Both helpers panic on exec failure. Return/log an error or remove unused
helpers; a missing optional beep binary must not terminate Barnard.