Skip to content

Commit

Permalink
Allow exit handlers to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jun 10, 2019
1 parent b1b7874 commit 4f460bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bankrupt/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

if local.empty?
LOG.error 'Local manifest returned zero assets, not purging anything'
exit!
exit(1)
end

keys = (cdn - local).map do |key|
Expand Down

0 comments on commit 4f460bf

Please sign in to comment.