mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
remove extra ensure
This commit is contained in:
parent
6475878bd0
commit
d635055ccb
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
module TmpPath
|
||||
def capture_exceptions
|
||||
super
|
||||
rescue
|
||||
clean_tmp_paths
|
||||
raise
|
||||
ensure
|
||||
clean_tmp_paths
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue