From 69d6098f6823966c9d504ff79cdc982c2166c2e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 12:05:53 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index f01c9ba..7f9fc1c 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -154,7 +154,8 @@ Options = { message: "No directory specified" }; } - print(JSON.stringify(this)); + + print(JSON.stringify(this, null,4)); // should cacheDirectory be a subdirectory of target?? // if not set.. -- 2.39.2