Skip to content

Commit

Permalink
update pre.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtgs committed Aug 16, 2024
1 parent a8d4064 commit 901bb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pre.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fn set_working_dir() {
})
.unwrap_or_else(|e| crate::abort!("{e}"));
}

pub fn pre_run() {
err::set_hook();
#[cfg(target_os = "linux")]
Expand Down

0 comments on commit 901bb3e

Please sign in to comment.