Skip to content

Commit

Permalink
Update spawn.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Dec 30, 2022
1 parent 1d488f4 commit b78e677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/erg_common/spawn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ where
F: FnOnce() -> T + Send + 'static,
T: Send + 'static,
{
#[cfg(feature = "debug")]
#[cfg(all(unix, feature = "debug"))]
unsafe {
backtrace_on_stack_overflow::enable()
};
Expand Down

0 comments on commit b78e677

Please sign in to comment.