Skip to content

Commit 3a09ae2

Browse files
committed
bruh
1 parent 27bed99 commit 3a09ae2

File tree

1 file changed

+1
-1
lines changed
  • crates/recording/src/sources/screen_capture

1 file changed

+1
-1
lines changed

crates/recording/src/sources/screen_capture/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ impl Message<StartCapturing> for ScreenCaptureActor {
486486
return Err(StartCapturingError::StartCapturer(
487487
::windows::core::Error::new(
488488
::windows::core::HRESULT(0x80004005u32 as i32),
489-
"Capturer thread dropped ready channel".into(),
489+
"Capturer thread dropped ready channel",
490490
),
491491
));
492492
}

0 commit comments

Comments
 (0)