Skip to content

Commit

Permalink
Auto collect for Style/StringLiterals
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Apr 4, 2023
1 parent 52a4f13 commit 473acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def init(app_name="rake", argv = ARGV)

def load_debug_at_stop_feature
return unless ENV["RAKE_DEBUG"]
require 'debug/session'
require "debug/session"
DEBUGGER__::start no_sigint_hook: true, nonstop: true
Rake::Task.prepend Module.new {
def execute(*)
Expand Down

0 comments on commit 473acea

Please sign in to comment.