feature(rest) getWin32RootMsg: add error

This commit is contained in:
coderaiser 2014-07-02 06:38:33 -04:00
parent 84e40e95f8
commit e384e85fdf

View file

@ -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) {