better log

This commit is contained in:
Daniel Lugo 2020-02-15 12:14:15 -04:00
parent aa16d4e949
commit b2f89db129

View file

@ -924,7 +924,7 @@ class Mediator {
API.Events.onSimplerSentRequests(
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, {
msg: sentRequests,
ok: true,