From 005701ce1f719035b46a31e72a63907e38bcfc1c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 31 Jul 2013 14:24:37 +0800 Subject: [PATCH] File.js --- File.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File.js b/File.js index 53a4fad5..9cee924a 100644 --- a/File.js +++ b/File.js @@ -65,6 +65,7 @@ var File = { read : function (path) { var out = {}; GLib.file_get_contents(path, out, null, null); + print(JSON.stringify(out)); return out['value']; }, @@ -93,8 +94,7 @@ var File = { file_enum.close(null); listing.sort(); - - return listing; + return listing; }, mtime : function (path) { -- 2.39.2