mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
added a time delay to the pack migration script
This commit is contained in:
@@ -105,7 +105,9 @@ readFile todoFile, (err, todo) ->
|
||||
fs.appendFileSync doneFile, doc_id + '\n'
|
||||
if shutdownRequested
|
||||
return callback('shutdown')
|
||||
callback(err, result)
|
||||
setTimeout () ->
|
||||
callback(err, result)
|
||||
, 1000
|
||||
, (err, results) ->
|
||||
if err?
|
||||
console.log 'error:', err
|
||||
|
||||
Reference in New Issue
Block a user