better log

This commit is contained in:
Daniel Lugo 2020-02-15 12:08:55 -04:00
parent cf0100d105
commit c59a2e4fb6

View file

@ -28,7 +28,7 @@ const listeners = new Set()
let currentReqs = []
listeners.add(() => {
console.log(`new reqs: ${JSON.stringify(currentReqs)}`)
console.log(`new sent reqs: ${JSON.stringify(currentReqs)}`)
})
const getCurrentSentReqs = () => currentReqs