From 469c764add1bf3e2ca0330fc31056d2b98be9474 Mon Sep 17 00:00:00 2001 From: Jan Kryl Date: Tue, 7 Jan 2014 10:30:29 -0500 Subject: [PATCH] fix jsdoc3/jsdoc#558 --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index b1921c77..211bb77e 100644 --- a/cli.js +++ b/cli.js @@ -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);