mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(client) format -> formatMsg
This commit is contained in:
parent
475f0ccca2
commit
970ba867a1
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
lFile = lQuery[2];
|
||||
lCurrent = DOM.getCurrentFileByName(lFile);
|
||||
if (lFile && !lCurrent) {
|
||||
lMsg = CloudFunc.format('set current file', lFile, 'error');
|
||||
lMsg = CloudFunc.formatMsg('set current file', lFile, 'error');
|
||||
Util.log(lMsg);
|
||||
} else {
|
||||
DOM.setCurrentFile(lCurrent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue