From 03d88714de462cb574abe9b73b6ef428d17fe3e4 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Thu, 21 Sep 2017 16:04:46 +0100 Subject: [PATCH] !cosmetic test --- src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs b/src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs index 18545144c..941d1282c 100644 --- a/src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs +++ b/src/Ombi.Schedule/Jobs/Ombi/OmbiAutomaticUpdater.cs @@ -185,7 +185,7 @@ namespace Ombi.Schedule.Jobs.Ombi } } catch (Exception e) - { + { Ctx.WriteLine(e); throw; }