mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 19:33:41 -05:00
dab6e9aa8e
The unconventional use of callbacks to return both an error and data after compilation created a subtle bug where the output files were dropped by the LockManager in case of an error such as a timeout. This prevented the frontend to show error logs when a timeout occurs, creating confusion among users. We now attach the output files to the error so that they reach the controller and are sent back to the web service. |
||
---|---|---|
.. | ||
helpers | ||
BrokenLatexFileTests.coffee | ||
DeleteOldFilesTest.coffee | ||
ExampleDocumentTests.coffee | ||
SimpleLatexFileTests.coffee | ||
SynctexTests.coffee | ||
TimeoutTests.coffee | ||
UrlCachingTests.coffee | ||
WordcountTests.coffee |