We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16f6dc commit a507eceCopy full SHA for a507ece
1 file changed
jsdoc.js
@@ -170,7 +170,7 @@ function main() {
170
env.opts = jsdoc.opts.args.parse(env.args);
171
172
confPath = env.opts.configure || path.join(__dirname, 'conf.json');
173
- if ( !fs.statSync(confPath).isFile() ) {
+ if ( !fs.statSync(confPath).isFile() && !env.opts.configure ) {
174
confPath = path.join(__dirname, 'conf.json.EXAMPLE');
175
}
176
0 commit comments