From 4c1fb5783db604e1b767e98df25683c13ad6ad03 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