cases 4366, 4365
This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "8.0.4"; }
|
||||
get { return "8.0.5"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
@@ -6174,10 +6174,10 @@ namespace AyaNova.PlugIn.V8
|
||||
throw;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
progress.Append("Error processing assigned doc: \"" + doc.URL + "\" skipping it. Error:" + ex.Message);
|
||||
}
|
||||
//else
|
||||
//{
|
||||
// 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user