diff --git a/jsdoc.js b/jsdoc.js index 9f3135db..e9e7fbb2 100644 --- a/jsdoc.js +++ b/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