pass error through
This commit is contained in:
parent
0f208f0948
commit
b72604075f
1 changed files with 1 additions and 1 deletions
|
|
@ -1086,7 +1086,7 @@ class Mediator {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.socket.emit(Action.DISCONNECT, {
|
this.socket.emit(Action.DISCONNECT, {
|
||||||
ok: false,
|
ok: false,
|
||||||
msg: null,
|
msg: err.message,
|
||||||
origBody: body
|
origBody: body
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue