mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Trailing )
This commit is contained in:
parent
1c649303e3
commit
ecc7850e13
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function sendResponse(event, res) {
|
|||
|
||||
function sendError(event, msg, nestedError) {
|
||||
console.error("Action:" + event.data.action + " failed with message: " + msg);
|
||||
const data = JSON.parse(JSON.stringify(event.data);
|
||||
const data = JSON.parse(JSON.stringify(event.data));
|
||||
data.response = {
|
||||
error: {
|
||||
message: msg,
|
||||
|
|
Loading…
Reference in a new issue