feature(readify) sort: always, not only on win

This commit is contained in:
coderaiser 2014-09-11 04:29:56 -04:00
parent 76ec811319
commit 5925e336f6

View file

@ -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);