Stop raising during the raise ctor
This commit is contained in:
parent
614d243269
commit
8a1b17e04b
@ -72,7 +72,7 @@ class ExecutionError <RuntimeError
|
|||||||
|
|
||||||
def pretty args
|
def pretty args
|
||||||
args.collect do |arg|
|
args.collect do |arg|
|
||||||
if arg.include? ' '
|
if arg.to_s.include? ' '
|
||||||
"'#{ arg.gsub "'", "\\'" }'"
|
"'#{ arg.gsub "'", "\\'" }'"
|
||||||
else
|
else
|
||||||
arg
|
arg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user