From 5bf5714d6047a39c58339c3aa987611eb93c3aa5 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Tue, 8 Jan 2013 02:32:49 +0000 Subject: [PATCH] rework --- js-plugins/core/_scriptcraft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-plugins/core/_scriptcraft.js b/js-plugins/core/_scriptcraft.js index 510ed0b..61e013a 100644 --- a/js-plugins/core/_scriptcraft.js +++ b/js-plugins/core/_scriptcraft.js @@ -17,8 +17,8 @@ ScriptCraft.core = ScriptCraft.core || {}; return file.getCanonicalPath().replaceAll("\\\\","/"); }; var _load = function(filename){ - print("loading " + filename); var file = new File(filename); + print("loading " + _canonize(file)); if (file.exists()){ var parent = file.getParentFile(); var reader = new FileReader(file);