From 0bae34ad445fe0e0bda602c4185615c5680ee626 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 1 Mar 2013 00:39:23 +0800 Subject: [PATCH] File.js --- File.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File.js b/File.js index b34a8df..29e0c05 100755 --- 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"; -- 2.39.2