We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c353c commit 9f3bdf2Copy full SHA for 9f3bdf2
src/arkreactor/TypeChecker.cpp
@@ -112,7 +112,7 @@ namespace Ark::types
112
{
113
fmt::dynamic_format_arg_store<fmt::format_context> store;
114
if (colorize)
115
- store.push_back(fmt::styled(funcname, fmt::fg(fmt::color::blue)));
+ store.push_back(fmt::styled(funcname, fmt::fg(fmt::color::cyan)));
116
else
117
store.push_back(funcname);
118
fmt::vprint(os, "Function {} expected ", store);
0 commit comments