mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(commander) rm " "
This commit is contained in:
parent
9d569288da
commit
3e1dc7c582
1 changed files with 2 additions and 2 deletions
|
|
@ -138,10 +138,10 @@
|
|||
* @param params - { files, stats, path }
|
||||
*/
|
||||
function fillJSON(params) {
|
||||
var p = params,
|
||||
var p = params,
|
||||
files,
|
||||
|
||||
json = {
|
||||
json = {
|
||||
path : '',
|
||||
files : []
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue