Skip to content

Commit eaeed47

Browse files
committed
Box error
1 parent 032fad1 commit eaeed47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/converter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub async fn run_conversion_loop(
7272
picker: Picker,
7373
prerender: usize,
7474
shms_work: bool
75-
) -> Result<(), SendError<Result<ConvertedPage, RenderError>>> {
75+
) -> Result<(), Box<SendError<Result<ConvertedPage, RenderError>>>> {
7676
let mut images = vec![];
7777
let mut page: usize = 0;
7878
let pid = std::process::id();

0 commit comments

Comments
 (0)