mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
minor changes
This commit is contained in:
parent
9ea012410a
commit
009215ef42
1 changed files with 2 additions and 1 deletions
|
|
@ -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.';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue