mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
include log message for process timeout
This commit is contained in:
parent
821f4b9a24
commit
c9771272df
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class ASpellWorkerPool
|
|||
worker.idleTimer = null
|
||||
|
||||
worker.killTimer = setTimeout () ->
|
||||
worker.kill()
|
||||
worker.kill("spell check timed out")
|
||||
, timeout || @MAX_REQUEST_TIME
|
||||
|
||||
worker.check words, (err, output) =>
|
||||
|
|
Loading…
Reference in a new issue