mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(readify) sort: always, not only on win
This commit is contained in:
parent
76ec811319
commit
5925e336f6
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@
|
|||
|
||||
files = parseStats(stats);
|
||||
|
||||
if (WIN)
|
||||
files = sort(files);
|
||||
/* sorting on Win and node v0.8.0 */
|
||||
files = sort(files);
|
||||
|
||||
json.files = changeOrder(files);
|
||||
json.path = format.addSlashToEnd(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue