-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorize and preserve newlines in log output #39
Conversation
Done! Looks like the changes will have to be ported to the new |
268dd7f
to
2fa6b64
Compare
Done! @SelvinPL Please approve of this too. :) |
b62d6c9
to
ab31040
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Colour should make this easier to read in case of errors, too :)
ab31040
to
a478d7e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Looks good to me.
} else { | ||
output.innerHTML += | ||
"<u>" + | ||
escapeHTML("[" + ("00" + value.toString(16)).slice(-2) + "]") + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm install left-pad
...~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unironically yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Rangi42 !
Huston, we got a problem vs |
|
Fixes #26