mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(readify) rm "\n"
This commit is contained in:
parent
b96095f31c
commit
6fa7d76793
1 changed files with 1 additions and 3 deletions
|
|
@ -25,7 +25,6 @@
|
|||
});
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param path
|
||||
* @param names
|
||||
|
|
@ -59,7 +58,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
function parseStats(stats) {
|
||||
var files;
|
||||
|
||||
|
|
@ -141,7 +139,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
function sort(files) {
|
||||
function sort(files) {
|
||||
var sorted = files;
|
||||
|
||||
sorted = files.sort(function(fileA, fileB) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue