mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(commander) readdir: error.toString -> error
This commit is contained in:
parent
396f320791
commit
08e9862839
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
dirPath = addSlashToEnd(p.path);
|
||||
|
||||
if (error)
|
||||
Util.exec(p.callback, error.toString());
|
||||
Util.exec(p.callback, error);
|
||||
else {
|
||||
/* Получаем информацию о файлах */
|
||||
n = files.length,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue