mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(cloudcmd) init: nameStr -> names
This commit is contained in:
parent
8810979a64
commit
b962215d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@
|
|||
return path.basename(name);
|
||||
});
|
||||
|
||||
msg = CloudFunc.formatMsg('read', namesStr, status);
|
||||
msg = CloudFunc.formatMsg('read', names, status);
|
||||
Util.log(msg);
|
||||
|
||||
server.start(params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue