fix: c: log colorized with terminal mode

This commit is contained in:
2025-04-04 14:13:54 +00:00
parent d5ef2bf551
commit 34c798b222
2 changed files with 3 additions and 3 deletions

View File

@@ -236,4 +236,4 @@ int main(void) {
raise_notice("All tests passed successfully");
arena_free(&arena);
return 0;
}
}