1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-10-22 21:56:14 +02:00

gem: fix new solargraph warning

This commit is contained in:
cn 2020-10-30 23:54:55 +01:00 committed by Christian Nicolai
parent d8f5618006
commit 4c1fb5783d

View File

@ -60,7 +60,7 @@ module Dyndnsd
message: e.message,
stack: e.backtrace&.join("\n") || ''
)
raise
raise e
ensure
scope.close
end