bin/autobuild in autobuild-1.21.0 vs bin/autobuild in autobuild-1.22.0
- old
+ new
@@ -1,9 +1,9 @@
#! /usr/bin/env ruby
begin
require 'daemons'
-rescue LoadError # rubocop:disable Lint/HandleExceptions
+rescue LoadError # rubocop:disable Lint/SuppressedException
end
require 'autobuild'
# rubocop:disable Style/MixinUsage