Skip to content

Commit ae5632a

Browse files
Merge branch 'next' of github.com:so-fancy/diff-so-fancy into next
2 parents d57346d + 81f104e commit ae5632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-so-fancy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ sub show_debug_info {
949949
print "\n";
950950

951951
print "Terminal width : " . get_terminal_width() . "\n";
952-
print "Terminal \$LANG : " . $ENV{LANG} . "\n";
952+
print "Terminal \$LANG : " . ($ENV{LANG} || "") . "\n";
953953
print "\n";
954954
print "Supports Unicode: " . yes_no(should_print_unicode()) . "\n";
955955
print "Unicode Ruler : " . yes_no($use_unicode_dash_for_ruler) . "\n";

0 commit comments

Comments
 (0)