From 4a3463eefd9217c23cb85accf0510974d2add0b8 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 22 Oct 2014 16:35:19 +0400 Subject: [PATCH] Improved debug info in error modal --- app/partials/desktop/error_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/desktop/error_modal.html b/app/partials/desktop/error_modal.html index 4d0e0900..30c7400c 100644 --- a/app/partials/desktop/error_modal.html +++ b/app/partials/desktop/error_modal.html @@ -52,7 +52,7 @@
+Stack: {{error.originalError.stack || error.stack}}