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 dcf7b4c commit 380fabdCopy full SHA for 380fabd
bin/detect
@@ -30,5 +30,5 @@ if components.empty?
30
abort
31
else
32
str = components.join(' ')
33
- puts str
+ puts str.length > 255 ? str.slice(0..251) + '...' : str
34
end
0 commit comments