File.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:39:23 +0000 (00:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:39:23 +0000 (00:39 +0800)
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";