fix: add back missing windows check for crash handler

This commit is contained in:
CJ van den Berg 2025-07-01 18:02:34 +02:00
parent 24730f90c0
commit 10476f4e87
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -148,6 +148,7 @@ pub fn main() anyerror!void {
return list_languages.list(a, stdout.writer(), tty_config);
}
if (builtin.os.tag != .windows)
if (std.posix.getenv("JITDEBUG")) |_|
thespian.install_debugger()
else if (@hasDecl(renderer, "install_crash_handler"))