Skip to content

Commit

Permalink
Merge pull request #48 from sburton84/master
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops authored Aug 29, 2021
2 parents 7b5df17 + f1dce0c commit 6633c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ unsafe fn msys_tty_on(fd: DWORD) -> bool {
}

/// returns true if this is a tty
#[cfg(target_arch = "wasm32")]
#[cfg(any(target_arch = "wasm32", target_env = "sgx"))]
pub fn is(_stream: Stream) -> bool {
false
}
Expand Down

0 comments on commit 6633c0e

Please sign in to comment.