Skip to content

Commit

Permalink
fix(ipc/preload): fix 'application.debug' value
Browse files Browse the repository at this point in the history
Fixes #1002
  • Loading branch information
jwerle committed Nov 15, 2024
1 parent f65d8f6 commit 97508e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/preload.hh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace SSC::IPC {
};

bool headless = false;
bool debug = false;
bool debug = isDebugEnabled();

Features features;
UniqueClient client;
Expand Down

0 comments on commit 97508e4

Please sign in to comment.