mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
fix(commander) if could not parse /etc/passwd - leave uid
This commit is contained in:
parent
71ad9a63b6
commit
846b430008
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@
|
|||
json.files = changeOrder(files);
|
||||
json.path = format.addSlashToEnd(path);
|
||||
|
||||
changeUIDToName(json, function(error) {
|
||||
callback(error, json);
|
||||
changeUIDToName(json, function() {
|
||||
callback(null, json);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue