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 27bed99 commit 3a09ae2Copy full SHA for 3a09ae2
crates/recording/src/sources/screen_capture/windows.rs
@@ -486,7 +486,7 @@ impl Message<StartCapturing> for ScreenCaptureActor {
486
return Err(StartCapturingError::StartCapturer(
487
::windows::core::Error::new(
488
::windows::core::HRESULT(0x80004005u32 as i32),
489
- "Capturer thread dropped ready channel".into(),
+ "Capturer thread dropped ready channel",
490
),
491
));
492
}
0 commit comments