mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove process.exit from migrations
This commit is contained in:
parent
da42dff40e
commit
ffd21cd080
1 changed files with 0 additions and 2 deletions
|
@ -178,10 +178,8 @@ exports.migrate = (client, done = ->)->
|
|||
async.series jobs, (err)->
|
||||
if err?
|
||||
console.error err, "at end of jobs"
|
||||
process.exit()
|
||||
else
|
||||
console.log "finished"
|
||||
process.exit()
|
||||
done(err)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue