@@ -94,7 +94,7 @@ if (@ARGV) { # slicing from command line
output_file=>$opt{output},
status_cb=>sub{
my($percent,$message)=@_;
printf"=> $message\n";
printf"=> %s\n",$message;
},
);
if($opt{export_svg}){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.