fix: c: log colorized with terminal mode

This commit is contained in:
2025-04-04 14:13:54 +00:00
parent da4c767974
commit 7d746f78ca
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -236,4 +236,4 @@ int main(void) {
raise_notice("All tests passed successfully");
arena_free(&arena);
return 0;
}
}