Skip to content

Commit

Permalink
Update packages/@uppy/companion/src/server/emitter/redis-emitter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 22, 2022
1 parent 026c193 commit c17b2c4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@ module.exports = (redisUrl, redisPubSubScope) => {
subscriber = publisher.duplicate()
return subscriber.connect()
})
connectedPromise.catch(() => {}) // to avoid crashing in case of rejection.

let errorHandler

Expand Down

0 comments on commit c17b2c4

Please sign in to comment.