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()
|
.unwrap()
|
||||||
.file_name()
|
.file_name()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.to_str()
|
.to_string_lossy()
|
||||||
.unwrap()
|
|
||||||
.to_string(),
|
.to_string(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue