Skip to content

Commit a5533fd

Browse files
committed
PLplot show what lines were read
1 parent 3ccbc3d commit a5533fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/PDL/Graphics/Simple/PLplot.pm

+3-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ sub check {
131131
$mod->{disp_dev} = $good_dev;
132132
} else {
133133
$mod->{ok} = 0;
134-
$mod->{msg} = join "\n\t", "No suitable display device found among:",
135-
sort keys %{ $mod->{devices} };
134+
$mod->{msg} = join("\n\t", "No suitable display device found among:",
135+
sort keys %{ $mod->{devices} }) . join("\n\t", "Lines read:",
136+
@lines);
136137
return 0;
137138
}
138139

0 commit comments

Comments
 (0)