From faef1f67a273a8ffb3c760be9104a01fa8b0e226 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 24 Feb 2013 08:53:48 -0500 Subject: [PATCH] minor changes --- lib/server/commander.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/commander.js b/lib/server/commander.js index 3a753920..3c97c201 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -157,7 +157,7 @@ lDirPath = lDirPath.substr(lDirPath, lDirPath.lastIndexOf('/') ); - Util.exec(p.callback, null, lList); + Util.exec(p.callback, null, lJSON); } }