Skip to content

Commit

Permalink
Merge pull request #1723 from Shopify/improve-debugger-workaround
Browse files Browse the repository at this point in the history
Update the workaround for `debug` gem
  • Loading branch information
st0012 authored Nov 29, 2023
2 parents 7d6b8bf + 1c3187f commit 6a1aec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/helpers/env_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module EnvHelper
sig { params(options: T::Hash[Symbol, T.untyped]).void }
def set_environment(options) # rubocop:disable Naming/AccessorMethodName
ENV["RAILS_ENV"] = ENV["RACK_ENV"] = options[:environment]
ENV["RUBY_DEBUG_ENABLE"] = "0"
ENV["RUBY_DEBUG_LAZY"] = "1"
end
end
end

0 comments on commit 6a1aec4

Please sign in to comment.