9 Commits

Author SHA1 Message Date
Nathan Rajlich
a4aacbd785 browser: fix the case of passing additional arguments after the "format"
Before the "%c" CSS color value was potentially being
inserted into the wrong place in the arguments array,
which would throw the formatting off in the Console.
2014-05-31 12:55:05 -07:00
Nathan Rajlich
eb80377e34 browser: fix colors in strict mode 2014-05-31 12:25:14 -07:00
Nathan Rajlich
8bed009c84 browser: add Firebug color support 2014-05-31 11:16:12 -07:00
Nathan Rajlich
79b75ad626 browser: add colors for WebKit browsers
Based off of the implemention from #67, except this one
matches the Node.js colored output exactly, including the
trailing `diff` value.
2014-05-30 22:48:44 -07:00
Nathan Rajlich
3314c7761c browser: don't default save() to empty string 2014-05-30 22:13:23 -07:00
Nathan Rajlich
bea76f587b browser: fix undefined name variable 2014-05-30 00:29:14 -07:00
Nathan Rajlich
3eebad470a browser: fix comment typo 2014-05-30 00:23:56 -07:00
Nathan Rajlich
d05b468ee2 browser: , -> . 2014-05-30 00:18:08 -07:00
Nathan Rajlich
2cffe24185 rewrite: abstract common logic for Node & browsers 2014-05-30 00:10:10 -07:00