mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
sort maps in api
This commit is contained in:
parent
1c0bedee06
commit
cc8cf6c5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) {
|
|||
maps.push(fileinfo[0]);
|
||||
}
|
||||
};
|
||||
return maps;
|
||||
return maps.sort();
|
||||
};
|
||||
|
||||
return Api;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue