diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 18717a3..4272ded 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -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