change to ignore non-utf-8

This commit is contained in:
Pakin 2025-09-08 11:14:13 +07:00
parent 67e36b0620
commit b0623b90bc

View file

@ -37,8 +37,7 @@ impl Peekable for LastBuildFirmware {
.unwrap() .unwrap()
.file_name() .file_name()
.unwrap() .unwrap()
.to_str() .to_string_lossy()
.unwrap()
.to_string(), .to_string(),
); );
} }