tweak to '-l|--line' filtering to not have the opts.line test always pass

This commit is contained in:
Trent Mick 2012-08-07 21:13:59 -07:00
parent fddb2cf6d7
commit 917cf4bcaa

View file

@ -288,7 +288,7 @@ function parseArgv(argv) {
color: process.stdout.isTTY,
outputMode: OM_PAUL,
jsonIndent: 2,
level: -Infinity,
level: null,
conditions: null
};