Merge pull request #559 from jkryl/master

fix jsdoc3/jsdoc#558
This commit is contained in:
Jeff Williams 2014-01-07 07:59:39 -08:00
commit f2e5d27343

2
cli.js
View File

@ -263,7 +263,7 @@ function createTempDir() {
try {
fs.mkdirSync(tempPath);
props.tmpdir = path;
props.tmpdir = tempPath;
}
catch (e) {
logger.fatal('Unable to create the temp directory %s: %s', tempPath, e.message);