mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 07:34:16 +00:00
fix(files) p.error -> error
This commit is contained in:
parent
84864f3261
commit
fa0c144f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
if (!errors)
|
||||
errors = {};
|
||||
|
||||
errors[name] = p.error;
|
||||
errors[name] = error;
|
||||
}
|
||||
else {
|
||||
status = 'ok';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue