Skip to content

Commit

Permalink
ensure shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Tin committed Feb 16, 2015
1 parent fd4eb89 commit bc75c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker.rb
Expand Up @@ -263,8 +263,8 @@ def run argv
puts e.backtrace
ensure
if all || argv.include?('shutdown')
#divider
#time("Shutdown") { shutdown }
divider
time("Shutdown") { shutdown }
end
end
end
Expand Down

0 comments on commit bc75c81

Please sign in to comment.