From 4e24240ec571a72d7390b13198d29a24e6933606 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 18:06:05 +0800 Subject: [PATCH] File.js --- File.js | 1 + 1 file changed, 1 insertion(+) diff --git a/File.js b/File.js index 211b54b..1aca881 100755 --- a/File.js +++ b/File.js @@ -173,6 +173,7 @@ var File = { */ mkdir : function (destPath) { var dest = Gio.file_new_for_path(String(destPath)); + print("MAKE : " + destPath); return dest.make_directory(null, null); }, /** -- 2.39.2