sig-monitor: Dump stack atomically
[src/app-framework-binder.git] / test / monitoring / monitor.js
index 22d7182..6ca75cc 100644 (file)
@@ -499,6 +499,7 @@ function obj2html(json) {
                                        cls = 'key';
                                } else {
                                        cls = 'string';
+                                       match = match.replace(/\\n/g, "\\n<br>");
                                }
                        } else if (/true|false/.test(match)) {
                                cls = 'boolean';