mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(rest) getWin32RootMsg: add error
This commit is contained in:
parent
84e40e95f8
commit
e384e85fdf
1 changed files with 3 additions and 2 deletions
|
|
@ -456,9 +456,10 @@
|
|||
var messageRaw = 'Could not copy {{ direction }} root on windows!',
|
||||
message = Util.render(messageRaw, {
|
||||
direction: direction
|
||||
});
|
||||
}),
|
||||
error = Error(message);
|
||||
|
||||
return message;
|
||||
return error;
|
||||
}
|
||||
|
||||
function sendMsg(sendParam, msgParam, dataParam, status) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue