minor changes

This commit is contained in:
coderaiser 2013-02-24 12:46:27 -05:00
parent 1b6bedfbad
commit 9a7d1da4f3
2 changed files with 2 additions and 2 deletions

View file

@ -296,7 +296,7 @@
if(lRet){
var p = pParams;
p.status = FILE_NOT_FOUND;
p.data = pError;
p.data = pError.toString();
sendResponse(p);
}
}

View file

@ -135,7 +135,7 @@
main.sendResponse(pParams);
}
else
main.sendError(pParams, lError.toString() );
main.sendError(pParams, lError);
});
lResult = true;