We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d4064 commit 901bb3eCopy full SHA for 901bb3e
src/pre.rs
@@ -31,6 +31,7 @@ fn set_working_dir() {
31
})
32
.unwrap_or_else(|e| crate::abort!("{e}"));
33
}
34
+
35
pub fn pre_run() {
36
err::set_hook();
37
#[cfg(target_os = "linux")]
0 commit comments