mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(commander) readDir: stat -> lstat
This commit is contained in:
parent
1e4b8fdf6a
commit
059e7759e2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
stats : stats,
|
||||
};
|
||||
|
||||
fs.stat(name, onStat.bind(null, fileParams));
|
||||
fs.lstat(name, onStat.bind(null, fileParams));
|
||||
}
|
||||
else
|
||||
fillJSON(filesData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue