Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: better catch OBS connection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Oct 16, 2024
1 parent 2c9cd83 commit 0bc941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media/ObsStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const obsConnect = async (setup?: boolean) => {
break;
}
} catch (err) {
errorCatcher(err);
obsErrorHandler(err);
} finally {
attempt++;
if (attempt < maxAttempts) {
Expand Down

0 comments on commit 0bc941f

Please sign in to comment.