adds Id to panic exception
This commit is contained in:
@@ -278,7 +278,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
{
|
||||
var content = getById(publishedSnapshot, IsPreviewing, id);
|
||||
if (content == null)
|
||||
throw new Exception("panic: failed to get content");
|
||||
throw new Exception("panic: failed to get content " + id);
|
||||
|
||||
yield return content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user