From 3757952defaddaffbb64e32d4911819259d8eb27 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Fri, 15 Sep 2017 02:14:21 +0300 Subject: [PATCH] jira ag-12 --- .../src/components/dashboard/settings/settings.debugLogPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/components/dashboard/settings/settings.debugLogPanel.js b/react/src/components/dashboard/settings/settings.debugLogPanel.js index 4fb3408..e0b89c5 100644 --- a/react/src/components/dashboard/settings/settings.debugLogPanel.js +++ b/react/src/components/dashboard/settings/settings.debugLogPanel.js @@ -42,7 +42,7 @@ class DebugLogPanel extends React.Component { _items.push(

{ secondsToString(_appRuntimeLog[i].time, true) } - { JSON.stringify(_appRuntimeLog[i].msg, null, '').replace('\\n', ' ') } + { JSON.stringify(_appRuntimeLog[i].msg, null, '') }

); }