mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
refactor(commander) parseStats
This commit is contained in:
parent
5fbdf29515
commit
a72222d19a
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@
|
|||
Util.checkArgs(arguments, ['names', 'stats']);
|
||||
|
||||
files = names.map(function(name) {
|
||||
var file, isDir, size, owner, mode, modeStr,
|
||||
stat = stats[name];
|
||||
var file, isDir, size, mode, modeStr,
|
||||
stat = stats[name],
|
||||
owner = stat.uid;
|
||||
|
||||
if (stat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue