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 4b60a99 commit cafe60dCopy full SHA for cafe60d
AK/Assertions.cpp
@@ -91,6 +91,8 @@ void ak_verification_failed(char const* message)
91
{
92
# if defined(AK_OS_SERENITY) || defined(AK_OS_ANDROID)
93
bool colorize_output = true;
94
+# elif defined(AK_OS_WINDOWS)
95
+ bool colorize_output = false;
96
# else
97
bool colorize_output = isatty(STDERR_FILENO) == 1;
98
# endif
0 commit comments