From e4f9bfee69619b74bbb76bc809a9db38be6f54eb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 31 Dec 2022 01:16:49 +0000 Subject: [PATCH] cases 4366, 4365 --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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