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); } }