mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-23 02:35:27 +00:00
Trigger deploy
This commit is contained in:
parent
500d2c0c65
commit
ed55b255d7
|
@ -127,6 +127,7 @@ fn progress_sender(total: u32) -> impl FnMut(usize) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
fn err<T, E: std::fmt::Display>(res: Result<T, E>) -> Result<T, JsValue> {
|
||||
match res {
|
||||
Ok(c) => Ok(c),
|
||||
|
|
Loading…
Reference in a new issue