lib/byebug/processors/command_processor.rb in byebug-8.1.0 vs lib/byebug/processors/command_processor.rb in byebug-8.2.0

- old
+ new

@@ -159,10 +159,10 @@ def run_cmd(input) safely do command = command_list.match(input) return command.new(self, input).execute if command - puts safe_inspect(thread_safe_eval(input)) + puts safe_inspect(multiple_thread_eval(input)) end end def safely yield