mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-10 10:56:31 +00:00
suppress error in normal shutdown case
This commit is contained in:
parent
cb8189deda
commit
092f98d3ad
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ processUpdates = (pending) ->
|
|||
callback(err, result)
|
||||
, DOCUMENT_PACK_DELAY
|
||||
, (err, results) ->
|
||||
if err?
|
||||
if err? and err.message != "shutdown"
|
||||
logger.error {err}, 'error in pack worker processUpdates'
|
||||
finish()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue