tinyglobby
tinyglobby copied to clipboard
feat: log supports multiple colors
Add colors to distinguish different types of logs to facilitate quick access to information.
| before | after |
|---|---|
i think this pr is probably a bit overkill, it would need more handling for systems that don't support colors and it would increase bundle size for something that is just meant to be a tiny debug function to share the output of if stuff breaks. could use util.styleText but sadly that is only supported on node 20 and up