mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(cloudfunc) buildFromJson: close quote
This commit is contained in:
parent
39143b6dfc
commit
0541d555cc
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@
|
||||||
size = file.size;
|
size = file.size;
|
||||||
}
|
}
|
||||||
|
|
||||||
date = file.date || '--.--.----;
|
date = file.date || '--.--.----';
|
||||||
owner = file.owner || 'root';
|
owner = file.owner || 'root';
|
||||||
mode = file.mode;
|
mode = file.mode;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue