Преглед изворни кода

remove process.exit from migrations

Henry Oswald пре 11 година
родитељ
комит
6aa2446eea
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      migrations/2_doc_lines_delete_from_project.coffee

+ 0 - 2
migrations/2_doc_lines_delete_from_project.coffee

@@ -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)