Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 590eb41748cf16f9dce0cb320425b37a > files > 7

nodejs-console-dot-log-0.1.3-3.mga7.noarch.rpm

# Install

`npm install console.log`

# Usage

`require('console.log')` and go about your day

# How it works

Simple, node will stay alive until there are no callbacks left in the queue.  Assuming the application is not forcibly terminated (i.e. ^C, killall -9 node, etc...) it will run until all of the data passed to `console.log` has been flushed to the terminal