JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 45585ee..438d3b8 100644 (file)
@@ -127,7 +127,7 @@ Packer.prototype = {
             var file = this.files[i];
             
             print("reading " +file );
-            if (!File.exists(file)) {
+            if (!File.isFile(file)) {
                 print("SKIP (does not exist) " + file);
                 continue;
             }