X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FOptions.js;h=7b81f3863fe3d0fb030ec0d0f997e36dfcf5beb6;hp=00ebd34d2a5d9433f80beaa76e63c782363a2f9a;hb=HEAD;hpb=6101a4e53fe4612a20f8d89e074dfebbba8e1018 diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 00ebd34..7b81f38 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -127,7 +127,7 @@ Options = { if (!v.length || v[0] != '/') { v = _this.baseDir + (v.length ? '/' + v : ''); } - if (!File.isDirectory(v)) { + if (!File.exists(v)) { throw { name: "ArgumentError", message: "invalid Source Directory : " + v