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 75587c6 commit 61bbdf7Copy full SHA for 61bbdf7
diff-so-fancy
@@ -947,7 +947,7 @@ sub show_debug_info {
947
print "\n";
948
949
print "Terminal width : " . get_terminal_width() . "\n";
950
- print "Terminal \$LANG : " . $ENV{LANG} . "\n";
+ print "Terminal \$LANG : " . ($ENV{LANG} || "") . "\n";
951
952
print "Supports Unicode: " . yes_no(should_print_unicode()) . "\n";
953
print "Unicode Ruler : " . yes_no($use_unicode_dash_for_ruler) . "\n";
0 commit comments