mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
chore(update) util: log -> logArray
This commit is contained in:
parent
fd9a7daebc
commit
7d7626f564
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue