Skip to content

Commit

Permalink
fix binarization on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Feb 3, 2024
1 parent 254df18 commit ee5980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/modules/binarize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl Module for Binarize {
#[cfg(not(windows))]
fn init(&mut self, _ctx: &Context) -> Result<Report, Error> {
let mut report = Report::new();
report.error(PlatformNotSupported::code());
report.warn(PlatformNotSupported::code());
Ok(report)
}

Expand Down

0 comments on commit ee5980e

Please sign in to comment.