diff --git a/EvernoteToNotionChrome/Service/HtmlManager.cs b/EvernoteToNotionChrome/Service/HtmlManager.cs index 83691e9..55412bd 100644 --- a/EvernoteToNotionChrome/Service/HtmlManager.cs +++ b/EvernoteToNotionChrome/Service/HtmlManager.cs @@ -73,7 +73,7 @@ public static void UploadHtmlData(string filePath) var result = UploadManager.UploadFile(fullFilePath).Result; if (string.IsNullOrEmpty(result)) { - continue; + continue; //失败 } result = result.Substring(0, result.IndexOf("?Content-Type=")); Debug.WriteLine(docString);