Skip to content

Commit

Permalink
Fix async windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Feb 18, 2022
1 parent c87f0c8 commit 77c8eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fn log() {
let mut session = spawn("powershell -C type".to_string())
.unwrap()
.with_log(writer.clone())
.await
.unwrap();
thread::sleep(Duration::from_millis(300));

Expand Down

0 comments on commit 77c8eec

Please sign in to comment.