mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
macos: send logs to unified logging
This commit is contained in:
@@ -6,5 +6,5 @@ void zig_os_log_with_type(
|
||||
os_log_type_t type,
|
||||
const char *message
|
||||
) {
|
||||
os_log_with_type(log, type, "%s", message);
|
||||
os_log_with_type(log, type, "%{public}s", message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user