better log
This commit is contained in:
parent
aa16d4e949
commit
b2f89db129
1 changed files with 1 additions and 1 deletions
|
|
@ -924,7 +924,7 @@ class Mediator {
|
||||||
|
|
||||||
API.Events.onSimplerSentRequests(
|
API.Events.onSimplerSentRequests(
|
||||||
debounce(sentRequests => {
|
debounce(sentRequests => {
|
||||||
console.log(`new Reqss in mediator: ${sentRequests}`)
|
console.log(`new Reqss in mediator: ${JSON.stringify(sentRequests)}`)
|
||||||
this.socket.emit(Event.ON_SENT_REQUESTS, {
|
this.socket.emit(Event.ON_SENT_REQUESTS, {
|
||||||
msg: sentRequests,
|
msg: sentRequests,
|
||||||
ok: true,
|
ok: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue