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.
2 parents d57346d + 81f104e commit ae5632aCopy full SHA for ae5632a
diff-so-fancy
@@ -949,7 +949,7 @@ sub show_debug_info {
949
print "\n";
950
951
print "Terminal width : " . get_terminal_width() . "\n";
952
- print "Terminal \$LANG : " . $ENV{LANG} . "\n";
+ print "Terminal \$LANG : " . ($ENV{LANG} || "") . "\n";
953
954
print "Supports Unicode: " . yes_no(should_print_unicode()) . "\n";
955
print "Unicode Ruler : " . yes_no($use_unicode_dash_for_ruler) . "\n";
0 commit comments