diff --git a/framework/core/ember/app/templates/error.hbs b/framework/core/ember/app/templates/error.hbs index f19b29750..b17a9157d 100644 --- a/framework/core/ember/app/templates/error.hbs +++ b/framework/core/ember/app/templates/error.hbs @@ -6,8 +6,8 @@
-

{{message}}

+

{{model.message}}

-
{{stack}}
+
{{model.stack}}