We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05341aa commit e080e4cCopy full SHA for e080e4c
src/capturer/engine/mod.rs
@@ -95,7 +95,6 @@ impl Engine {
95
pub async fn start(&mut self) {
96
#[cfg(target_os = "macos")]
97
{
98
- // self.mac.add_output(Capturer::new(tx));
99
self.mac.2.start().await.expect("Failed to start capture");
100
}
101
0 commit comments