url: Print line but don't skip "no such product/..." error message

This commit is contained in:
Juerd Waalboer 2023-09-18 01:33:35 +02:00
parent fbb178d5ac
commit 0245f80961

View file

@ -2,8 +2,7 @@
sub command($self, $cart, $command, @) {
if ($command =~ m[^https?://]) {
print "This is not a browser...";
return ACCEPT;
print "This is not a browser...\n";
}
return NEXT;
}