Skip to content

Commit dfba03a

Browse files
committed
Improved option «notitle»
1 parent 33611ae commit dfba03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var through = require('through2'),
77
module.exports = function(opts){
88
if(opts == null){opts = {};}
99
var title = opts.title || "",
10-
notitle = opts.notitle ? opts.notitle : title ? false : true,
10+
notitle = opts.notitle || false,
1111
depth = opts.depth || 4,
1212
mode = opts.mode || null;
1313

0 commit comments

Comments
 (0)