1
0
Fork 0
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:
Vyacheslav Alexeev 2020-09-06 15:23:20 +03:00
parent 6475878bd0
commit d635055ccb

View file

@ -1,9 +1,6 @@
module TmpPath
def capture_exceptions
super
rescue
clean_tmp_paths
raise
ensure
clean_tmp_paths
end