lib/rake/funnel/support/msdeploy/registry_patch.rb in rake-funnel-0.22.1 vs lib/rake/funnel/support/msdeploy/registry_patch.rb in rake-funnel-0.22.2

- old
+ new

@@ -73,10 +73,10 @@ delete_key(r) || delete_version end end rescue ::Win32::Registry::Error => e - warn "Could not patch registry to pretend MSDeploy is installed: #{e}" + $stderr.print "Could not patch registry to pretend MSDeploy is installed: #{e}\n" end end p.reset do resets.compact.each(&:call)