cases 4366, 4365

This commit is contained in:
2022-12-31 01:16:49 +00:00
parent 39676319bb
commit e4f9bfee69

View File

@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
public string PluginVersion public string PluginVersion
{ {
get { return "8.0.4"; } get { return "8.0.5"; }
} }
public string About public string About
@@ -6174,10 +6174,10 @@ namespace AyaNova.PlugIn.V8
throw; throw;
} }
} }
else //else
{ //{
progress.Append("Error processing assigned doc: \"" + doc.URL + "\" skipping it. Error:" + ex.Message); // progress.Append("Error processing assigned doc: \"" + doc.URL + "\" skipping it. Error:" + ex.Message);
} //}
} }
//No need to map it or save response as long as it works that's all that matters //No need to map it or save response as long as it works that's all that matters