Skip to content

Commit 34e9ff3

Browse files
committed
Restore sync process exports
1 parent 9cd0578 commit 34e9ff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/process.rs

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ pub use async_process::ChildStdout;
3838
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
3939
#[doc(inline)]
4040
pub use async_process::Command;
41+
42+
// Re-export functions.
43+
pub use std::process::{abort, exit, id};

0 commit comments

Comments
 (0)