File.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 9 Jun 2013 12:38:44 +0000 (20:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 9 Jun 2013 12:38:44 +0000 (20:38 +0800)
File.js

diff --git a/File.js b/File.js
index 3493e02..29cc5b9 100644 (file)
--- a/File.js
+++ b/File.js
@@ -77,6 +77,9 @@ var File = {
     read : function (path) {
         var out = {};
         GLib.file_get_contents(path, out, null, null);
+               
+               print(JSON.stringify(out));
+               
         return out['value'];
     },