tweak to '-l|--line' filtering to not have the opts.line test always pass
This commit is contained in:
parent
fddb2cf6d7
commit
917cf4bcaa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue