Bugfix CoreRuntime

This commit is contained in:
Stephan
2019-03-06 11:56:03 +01:00
parent 634138724b
commit 2209b37a4a

View File

@@ -242,7 +242,7 @@ namespace Umbraco.Core.Runtime
}
catch
{
timer.Fail();
timer?.Fail();
throw;
}
}