From 43f7e19897f9e3e7e195ea0be84b90b6956675b0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Apr 2014 03:11:20 -0400 Subject: [PATCH] refactor(cloudcmd) init --- cloudcmd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudcmd.js b/cloudcmd.js index 7da65d4c..40e7d59f 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -177,11 +177,11 @@ return path.basename(name); }); - msg = CloudFunc.formatMsg('read', names, status); - Util.log(msg); - server.start(params); } + + msg = CloudFunc.formatMsg('read', names, status); + Util.log(msg); }); }