This commit is contained in:
2020-09-09 16:04:27 +00:00
parent 481524ff57
commit 0d6f8c3b08

View File

@@ -450,6 +450,10 @@ namespace AyaNova.Biz
}
catch (System.Exception ex)
{
//This is the error when a helper is used on the template but doesn't exist:
//Evaluation failed: d
//(it might also mean other things wrong with template)
// var v=await page.GetContentAsync();
throw ex;
}