better log
This commit is contained in:
parent
3d0537670a
commit
8346962ed2
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ const setReceivedReqsMap = reqs => {
|
|||
}
|
||||
|
||||
listeners.add(() => {
|
||||
console.log(`new received reqs: ${getReceivedReqs()}`)
|
||||
console.log(
|
||||
`new received reqs: ${JSON.stringify(getReceivedReqs(), null, 4)}`
|
||||
)
|
||||
})
|
||||
|
||||
const react = debounce(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue