diff --git a/build/x86_64-pc-windows-gnu/cnblog.exe b/build/x86_64-pc-windows-gnu/cnblog.exe index 11eadda..0068113 100755 Binary files a/build/x86_64-pc-windows-gnu/cnblog.exe and b/build/x86_64-pc-windows-gnu/cnblog.exe differ diff --git a/src/meta_weblog/cfg.rs b/src/meta_weblog/cfg.rs index 560404c..18a98f1 100644 --- a/src/meta_weblog/cfg.rs +++ b/src/meta_weblog/cfg.rs @@ -310,7 +310,8 @@ impl Config { return true; } if local_timestamp > remote_timestamp { - panic!("local blogs info is newer than remote"); + eprintln!("local blogs info is newer than remote"); + return true; } return false; }