From: Alan Knowles Date: Tue, 29 Jun 2010 08:34:01 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=982a6eb35fa312b3b9d7ffb55d748baafbad245a JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 06a099f..8641bdd 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -69,7 +69,12 @@ Options = { }; } - + if (!this.cacheDirectory) { + throw { + name: "ArgumentError", + message: "No cacheDirectory specified" + }; + } } } \ No newline at end of file