MDL-59312 js: Improve display of exception stacktrace
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 21 Jun 2017 08:21:24 +0000 (16:21 +0800)
committerJohn Okely <john@moodle.com>
Fri, 23 Jun 2017 02:44:15 +0000 (10:44 +0800)
lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-debug.js
lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-min.js
lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception.js
lib/yui/src/notification/js/exception.js

index 25f79ae..f41a06f 100644 (file)
Binary files a/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-debug.js and b/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-debug.js differ
index bb94ef7..79172f7 100644 (file)
Binary files a/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-min.js and b/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-min.js differ
index 25f79ae..f41a06f 100644 (file)
Binary files a/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception.js and b/lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception.js differ
index a1b5842..e9581f7 100644 (file)
@@ -150,7 +150,7 @@ Y.extend(EXCEPTION, M.core.notification.info, {
                             "<div class='stacktrace-file'>$3</div>" +
                             "<div class='stacktrace-call'>$1</div>");
                 }
-                return lines.join('');
+                return lines.join("\n");
             },
             value: ''
         },