mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Sidekiq::Web escape display_args too
This commit is contained in:
parent
2243426914
commit
4879701187
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ module Sidekiq
|
||||||
def display_args(args, truncate_after_chars = 2000)
|
def display_args(args, truncate_after_chars = 2000)
|
||||||
args.map do |arg|
|
args.map do |arg|
|
||||||
a = arg.inspect
|
a = arg.inspect
|
||||||
truncate(a)
|
h(truncate(a))
|
||||||
end.join(", ")
|
end.join(", ")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue