lib/byebug/commands/catchpoint.rb in byebug-3.1.2 vs lib/byebug/commands/catchpoint.rb in byebug-3.2.0

- old
+ new

@@ -1,6 +1,5 @@ module Byebug - class CatchCommand < Command self.allow_in_control = true def regexp /^\s* cat(?:ch)? (?:\s+(\S+))? (?:\s+(off))? \s*$/x