mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Return when calling callback
This commit is contained in:
@@ -61,7 +61,7 @@ module.exports = ConversionManager =
|
||||
|
||||
if !lastCompressedUpdate?
|
||||
# No saved versions, no raw updates, nothing to do
|
||||
callback()
|
||||
return callback()
|
||||
|
||||
compressedUpdates = [lastCompressedUpdate]
|
||||
for rawUpdate in rawUpdates
|
||||
|
||||
Reference in New Issue
Block a user