From 35bbd3cfcff488075c4d3564c3fde5a6224cf132 Mon Sep 17 00:00:00 2001 From: Curve Date: Sat, 14 Oct 2023 16:17:20 +0200 Subject: [PATCH] chore: add error log --- src/patchbay.impl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/patchbay.impl.cpp b/src/patchbay.impl.cpp index 470e9d0..373d946 100644 --- a/src/patchbay.impl.cpp +++ b/src/patchbay.impl.cpp @@ -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; }