Skip to content

Commit

Permalink
Fix logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 14, 2024
1 parent 49f617f commit 94ba8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/io/pulseaudio_io.ml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class input p =
Frame.set_data frame Frame.Fields.audio Content.Audio.lift_data buf
with exn ->
let bt = Printexc.get_raw_backtrace () in
self#close_device;
if fallible then (
let error =
Printf.sprintf "Error while reading from pulseaudio: %s"
Expand Down

0 comments on commit 94ba8be

Please sign in to comment.