lib/byebug/commands/display.rb in byebug-6.0.0 vs lib/byebug/commands/display.rb in byebug-6.0.1

- old
+ new

@@ -54,10 +54,10 @@ print result end def eval_expr(expression) - thread_safe_eval(expression).inspect + error_eval(expression).inspect rescue '(undefined)' end end end