mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
suppress error in normal shutdown case
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user