mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-11 02:25: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> {
|
fn err<T, E: std::fmt::Display>(res: Result<T, E>) -> Result<T, JsValue> {
|
||||||
match res {
|
match res {
|
||||||
Ok(c) => Ok(c),
|
Ok(c) => Ok(c),
|
||||||
|
|
Loading…
Reference in a new issue