Skip to content

Commit

Permalink
Try possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 22, 2020
1 parent 7c750cc commit 4e02619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/byebug/interfaces/local_interface.rb
Expand Up @@ -53,7 +53,7 @@ def without_readline_completion
return yield unless orig_completion

begin
Readline.completion_proc = nil
Readline.completion_proc = ->(_) { nil }
yield
ensure
Readline.completion_proc = orig_completion
Expand Down

0 comments on commit 4e02619

Please sign in to comment.