change to ignore non-utf-8
This commit is contained in:
parent
67e36b0620
commit
b0623b90bc
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@ impl Peekable for LastBuildFirmware {
|
|||
.unwrap()
|
||||
.file_name()
|
||||
.unwrap()
|
||||
.to_str()
|
||||
.unwrap()
|
||||
.to_string_lossy()
|
||||
.to_string(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue