mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
refactor(cloudcmd) init
This commit is contained in:
parent
80136f56ee
commit
43f7e19897
1 changed files with 3 additions and 3 deletions
|
|
@ -177,11 +177,11 @@
|
|||
return path.basename(name);
|
||||
});
|
||||
|
||||
msg = CloudFunc.formatMsg('read', names, status);
|
||||
Util.log(msg);
|
||||
|
||||
server.start(params);
|
||||
}
|
||||
|
||||
msg = CloudFunc.formatMsg('read', names, status);
|
||||
Util.log(msg);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue