mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
1dcdf394e7
commit
7642d4f8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@
|
|||
var lName = lFiles[i],
|
||||
|
||||
lStats = lAllStats[lName],
|
||||
lMode = (lStats[lName].mode-0).toString(8),
|
||||
lMode = (lStats.mode-0).toString(8),
|
||||
lIsDir = lStats.isDirectory();
|
||||
|
||||
/* Если папка - выводим пиктограмму папки *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue