This commit is contained in:
2020-09-21 19:18:21 +00:00
parent c3a8e4c8e0
commit 29f130b11d

View File

@@ -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