mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fix(rest) pErr -> pError
This commit is contained in:
parent
1ae9256a56
commit
4e49eb5095
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
switch (p.request.method) {
|
||||
case 'GET':
|
||||
if (Util.strCmp(lQuery, 'size'))
|
||||
dir.getSize(p.name, function(pErr, pSize) {
|
||||
dir.getSize(p.name, function(pError, pSize) {
|
||||
checkSendError(pError, p, function() {
|
||||
lSize = CloudFunc.getShortSize(pSize);
|
||||
sendResponse(p, lSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue