Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed Mar 1, 2024
1 parent c44467d commit 5278c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fn try_restart_with_stdbuf() -> Result<()> {
.code()
.unwrap_or_default();

process::exit(exit_code);
std::process::exit(exit_code);
}
}

Expand Down

0 comments on commit 5278c8e

Please sign in to comment.