better log
This commit is contained in:
parent
cf0100d105
commit
c59a2e4fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const listeners = new Set()
|
||||||
let currentReqs = []
|
let currentReqs = []
|
||||||
|
|
||||||
listeners.add(() => {
|
listeners.add(() => {
|
||||||
console.log(`new reqs: ${JSON.stringify(currentReqs)}`)
|
console.log(`new sent reqs: ${JSON.stringify(currentReqs)}`)
|
||||||
})
|
})
|
||||||
|
|
||||||
const getCurrentSentReqs = () => currentReqs
|
const getCurrentSentReqs = () => currentReqs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue