mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(rest) Folder created -> make dir: ok
This commit is contained in:
parent
81b397a339
commit
4bd98be868
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
if (lQuery === 'dir')
|
||||
fs.mkdir(p.name, function(pError) {
|
||||
if (!pError)
|
||||
main.sendResponse(pParams, 'Folder ' + p.name + ' created.');
|
||||
main.sendResponse(pParams, 'make dir: ok("' + p.name + '")');
|
||||
else
|
||||
main.sendError(pParams, pError);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue