analytics: fix display of build error options.
Currently these are all like `wget #<Options:0x0000000101171658>`.
This commit is contained in:
parent
9b84b2404a
commit
c2d23838d0
@ -83,7 +83,7 @@ module Utils
|
||||
return if exception.formula.tap.private?
|
||||
|
||||
action = exception.formula.full_name
|
||||
if (options = exception.options)
|
||||
if (options = exception.options&.to_a&.join(" "))
|
||||
action = "#{action} #{options}".strip
|
||||
end
|
||||
report_event("BuildError", action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user