Skip to content
Snippets Groups Projects
Commit 0e70b635 authored by Ian Longden's avatar Ian Longden
Browse files

give an error message rather than die if no xrefs found

parent 2cdf1771
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,8 @@ EXT
}
$sth->finish;
if($ext_loaded_count == 0){
die "No point continuing no external references there\n";
warn "No point continuing no external references there\n";
return 1;
}
my $ignore_count = 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment