diff --git a/lib/server/update.js b/lib/server/update.js index 94cb3def..8c4a1d85 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -19,7 +19,8 @@ exports.get = function(pCallBack){ */ function pull(pError, pStdout, pStderr){ - if(!pError){ + if(!pError){ + pStderr = ''; if(pStdout !== 'Already up-to-date.\n'){ pStdout = 'Cloud Commander updated. Restart to use new version.'; }