Skip to content

Commit

Permalink
chore: add error log
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 14, 2023
1 parent abc0b32 commit 35bbd3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/patchbay.impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ namespace vencord

if (!core || !registry)
{
// NOLINTNEXTLINE
fprintf(stderr, "[venmic] Could not create core or registry\n");

sender.send(ready{false});
return;
}
Expand Down

0 comments on commit 35bbd3c

Please sign in to comment.