Trigger deploy

This commit is contained in:
lights0123 2020-11-21 17:15:58 -05:00
parent 500d2c0c65
commit ed55b255d7
No known key found for this signature in database
GPG key ID: 28F315322E37972F

View file

@ -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),