mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
add the config file path to the error (#407)
This commit is contained in:
parent
352aa84091
commit
ac857da48d
2
jsdoc.js
2
jsdoc.js
@ -182,7 +182,7 @@ function main() {
|
||||
.get();
|
||||
}
|
||||
catch (e) {
|
||||
throw new Error('Configuration file cannot be evaluated: ' + e);
|
||||
throw new Error('Cannot parse the config file ' + confPath + ': ' + e);
|
||||
}
|
||||
|
||||
// look for options on the command line, in the config file, and in the defaults, in that order
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user