Skip to content

Commit

Permalink
impl IntoFuture for Melee for non-wine
Browse files Browse the repository at this point in the history
  • Loading branch information
tatref committed Oct 29, 2018
1 parent fb38605 commit 75a4727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/melee_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ impl IntoFuture for Melee {
)
)?;
}
else {
await!(self.run())?;
}
Ok(())
})
}
Expand Down

0 comments on commit 75a4727

Please sign in to comment.