jonseymour / idiomatic-console

A rebindable console API for node.js modules and scripts
http://github.com/jonseymour/idiomatic-console
10 stars 0 forks source link

Changes in progress. #1

Closed jonseymour closed 13 years ago

jonseymour commented 13 years ago

I am going to make the following changes.

var unlock = console.lock();
try {
   // application code.
} finally {
    unlock();
}
jonseymour commented 13 years ago

Completed in v0.0.8.