We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ee92 commit dcf7b4cCopy full SHA for dcf7b4c
bin/detect
@@ -30,5 +30,5 @@ if components.empty?
30
abort
31
else
32
str = components.join(' ')
33
- puts str.length > 255 ? str.slice(0..251) + '...' : str
+ puts str
34
end
0 commit comments