From 7d7626f5640d197ef0ce91fd275ec306f5531c99 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 10 Jul 2013 15:45:17 +0000 Subject: [PATCH] chore(update) util: log -> logArray --- lib/server/update.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/server/update.js b/lib/server/update.js index ab81ffdb..c69af6a4 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -56,10 +56,10 @@ stderr : pStderr || pError }; } else - lExec = 'install git to get auto updates (works for cloned version)\n' + - 'or start cloudcmd from root of Cloud Commander dir\n' + - 'git clone http://github.com/coderaiser/cloudcmd'; + lExec = ['install git to get auto updates (works for cloned version)', + 'or start cloudcmd from root of Cloud Commander dir', + 'git clone http://github.com/coderaiser/cloudcmd']; - Util.log(lExec); + Util.logArray(lExec); } })();