skpm/sketch-dev-tools

display the `console.group` logs together

Open

#12 opened on Nov 4, 2017

 (0 comments) (0 reactions) (0 assignees)JavaScript (19 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (316 stars)
PR merge metrics
 (PR metrics pending)

Description

The logs have a group field defining the "group level" there are in.

console.group increase the level by 1 while console.groupEnd decrease it.

Just need to show the groups together

Contributor guide