Merge pull request #5102 from MikeMcQuaid/analytics-build-error-options
analytics: fix display of build error options.
This commit is contained in:
		
						commit
						1cf020a823
					
				@ -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