Merge pull request #8026 from spalger/restore/timedEventLogging

[notifier] revert removal of status reporting
This commit is contained in:
Spencer 2016-08-19 09:15:18 -07:00 committed by GitHub
commit 21b11f238c

View file

@ -591,6 +591,7 @@ function createGroupLogger(type, opts) {
if (consoleGroups) {
if (status) {
console.log(status);
console.groupEnd();
} else {
if (opts.open) {