X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FOptions.js;h=7b81f3863fe3d0fb030ec0d0f997e36dfcf5beb6;hp=7f157ccb7f30a0a1a36bfb260c12e400bf03193b;hb=HEAD;hpb=d9b2da246e3fbf63bcd66ed504a0a9682eb7859f diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 7f157cc..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.exist(v)) { + if (!File.exists(v)) { throw { name: "ArgumentError", message: "invalid Source Directory : " + v