mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some more debug output
This commit is contained in:
parent
0e590e53a6
commit
2dbff6a6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const main = async () => {
|
|||
})
|
||||
|
||||
queueEvents.on('added', async (job) => {
|
||||
console.log('added job: ', job.jobId)
|
||||
console.log('added job: ', job.jobId, job.name)
|
||||
})
|
||||
|
||||
queueEvents.on('removed', async (job) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue