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

master
Trent Mick 2012-08-07 21:13:59 -07:00
parent fddb2cf6d7
commit 917cf4bcaa
1 changed files with 1 additions and 1 deletions

View File

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