url: Print line but don't skip "no such product/..." error message
This commit is contained in:
parent
fbb178d5ac
commit
0245f80961
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue