From 79bf8b6f65bb99a2c98fc7ea3e8ae13d1ba7bef8 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 30 Oct 2020 23:54:55 +0100 Subject: [PATCH] gem: fix new solargraph warning --- lib/dyndnsd/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dyndnsd/helper.rb b/lib/dyndnsd/helper.rb index 5261e31..88bae76 100644 --- a/lib/dyndnsd/helper.rb +++ b/lib/dyndnsd/helper.rb @@ -60,7 +60,7 @@ module Dyndnsd message: e.message, stack: e.backtrace&.join("\n") || '' ) - raise + raise e ensure scope.close end