mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
1a2771c6f3
commit
d54d4706d3
2 changed files with 3 additions and 4 deletions
|
|
@ -282,7 +282,7 @@
|
|||
|
||||
p.data = indexProcessing({
|
||||
additional : lList,
|
||||
data : pData,
|
||||
data : pData.toString(),
|
||||
});
|
||||
|
||||
main.sendResponse(p);
|
||||
|
|
|
|||
|
|
@ -57,11 +57,10 @@
|
|||
exports.getQuery = getQuery,
|
||||
exports.isGZIP = isGZIP,
|
||||
exports.sendFile = sendFile,
|
||||
exports.sendResponse = sendResponse,
|
||||
|
||||
/* compitability with old versions of node */
|
||||
exports.fs.exists = exports.fs.exists || exports.path.exists;
|
||||
//exports.fs.watch = isWin32 ? fs.watch : linuxWatch;
|
||||
|
||||
exports.fs.exists = exports.fs.exists || exports.path.exists,
|
||||
|
||||
/* Needed Modules */
|
||||
exports.util = Util = require(LIBDIR + 'util'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue