diff --git a/src/main.rs b/src/main.rs index e6539aa..60abc26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1201,7 +1201,7 @@ async fn download_creations_pages_from_checkpoint(context:&CookieContext,owner:r let cursor=match cursor{ Ok(cursor)=>Some(cursor), Err(e)=>match e.kind(){ - std::io::ErrorKind::NotFound=>None, + std::io::ErrorKind::NotFound=>return Ok(versions), _=>Err(e)?, } };