JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / File.js
diff --git a/File.js b/File.js
index b34a8df..29e0c05 100755 (executable)
--- a/File.js
+++ b/File.js
@@ -62,7 +62,7 @@ const  File = {
     }, 
     read : function (path) {
         var out = {};
-        
+        print(path);
         var ret = GLib.file_get_contents(path, out, null, null);
         //print(ret[1]);
         //throw "oops";