Consolidate wasi::process and unsupported::process
This commit is contained in:
@@ -65,8 +65,8 @@ impl From<AnonPipe> for Stdio {
|
||||
}
|
||||
|
||||
impl From<File> for Stdio {
|
||||
fn from(file: File) -> Stdio {
|
||||
file.diverge()
|
||||
fn from(_file: File) -> Stdio {
|
||||
panic!("unsupported")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user