mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-15 22:36:14 +00:00
pty: reset all signals after fork
This commit is contained in:
@@ -78,8 +78,10 @@ fn initThread(gpa: Allocator) !void {
|
||||
cache_dir.len,
|
||||
);
|
||||
|
||||
// Debug logging for Sentry
|
||||
sentry.c.sentry_options_set_debug(opts, @intFromBool(true));
|
||||
if (comptime builtin.mode == .Debug) {
|
||||
// Debug logging for Sentry
|
||||
sentry.c.sentry_options_set_debug(opts, @intFromBool(true));
|
||||
}
|
||||
|
||||
// Initialize
|
||||
if (sentry.c.sentry_init(opts) != 0) return error.SentryInitFailed;
|
||||
|
Reference in New Issue
Block a user