chinchang / chinchang/screenlog.js
Empty `console.log` calls makes the logging untidy
Open
- Dominant language
- JavaScript
- Stars
- 854
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Adding empty `console.log` calls makess the logging untidy.
The problem is that empty tags are being inserted, which is been accounted for in the odd-even check (`logEl.children.length % 2 ?`)
The solution would be either empty elements need to be logged and the odd-event color match or empty elements being skipped altogther.

Contributor guide
Assessment
This issue has not been assessed yet.