fix: add back missing windows check for crash handler
This commit is contained in:
parent
24730f90c0
commit
10476f4e87
1 changed files with 5 additions and 4 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue