mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fixed reference to env.opts, should be env.conf.
This commit is contained in:
parent
1f6f4a7ee7
commit
1db8f8d6fe
4
jsdoc.js
4
jsdoc.js
@ -246,8 +246,8 @@ function main() {
|
||||
}
|
||||
}
|
||||
|
||||
if (env.opts.source.include) {
|
||||
env.opts._ = (env.opts._ || []).concat(env.opts.source.include);
|
||||
if (env.conf.source.include) {
|
||||
env.opts._ = (env.opts._ || []).concat(env.conf.source.include);
|
||||
}
|
||||
|
||||
if (env.opts._.length > 0) { // are there any files to scan and parse?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user