summaryrefslogtreecommitdiff
path: root/lib/console.js
Commit message (Expand)AuthorAgeFilesLines
* console: `console.dir()` bypasses inspect() methodsNathan Rajlich2013-03-121-1/+1
* console: Support formatting options in trace()isaacs2013-01-181-2/+2
* console: refactor the console module to be reusableNathan Rajlich2012-08-241-17/+48
* console: throw when no such label exists in `console.timeEnd`Maciej MaƂecki2012-04-291-1/+5
* Fixes #1860. Remove process.writeErrorRyan Dahl2011-10-181-2/+1
* Remove tty_legacyRyan Dahl2011-10-111-1/+1
* util: add sprintf-like format() functionBen Noordhuis2011-07-301-40/+4
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Another fix for process.assertRyan Dahl2011-01-271-1/+1
* use util.inspect to format objects and arrays printed to the consoleSami Samhuri2010-12-301-5/+11
* more lintRyan Dahl2010-12-011-10/+10
* Lazy load console objectRyan Dahl2010-11-301-0/+83