mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
chore(rest) error -> response
This commit is contained in:
parent
413fe8de35
commit
737ecf6228
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@
|
|||
if (lDiff && !lRet)
|
||||
fs.writeFile(lName, lDiff, Util.call(write, p.params));
|
||||
else
|
||||
main.sendError(p.params, lRet || lDiff);
|
||||
main.sendResponse(p.params, 'patch : fail. trying to save...');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue