node-bunyan-lite/lib
Ryan Graham c3b8dd26a7 Fix parent instanceof guard
The ! operator is higher priority than the instanceof operator, so the
expression (! this instanceof X) is the same as ((!this) instanceof X),
which will always evaluate to false.
2014-08-08 18:28:29 -07:00
..
bunyan.js Fix parent instanceof guard 2014-08-08 18:28:29 -07:00