JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 06a099f..8641bdd 100644 (file)
@@ -69,7 +69,12 @@ Options = {
             };
         }
          
-        
+        if (!this.cacheDirectory) {
+            throw {
+                name: "ArgumentError", 
+                message: "No cacheDirectory specified" 
+            };
+        }
         
     }
 }
\ No newline at end of file