From 29f130b11db30c4ac5073a54bd16479f6556639c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 21 Sep 2020 19:18:21 +0000 Subject: [PATCH] --- server/AyaNova/biz/ReportBiz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index cca0a261..689fc6dc 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -510,7 +510,7 @@ namespace AyaNova.Biz log.LogDebug($"Completed, returning results"); return outputFileName; } - catch (System.Exception ex) + catch { //NOTE: in future may need to kill the chromium process if it's found to be hanging around //my preliminary thinking is to keep track of the browser.process.processid above and check if still present and zap if so