mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Print args in case requirement fails
This commit is contained in:
@@ -124,8 +124,8 @@ sub new {
|
||||
@_
|
||||
);
|
||||
|
||||
my $path = delete($opts{'path'}) or die "path required";
|
||||
my $args = delete($opts{'args'}) or die "args required";
|
||||
my $path = delete($opts{'path'}) or die "path required @_";
|
||||
my $args = delete($opts{'args'}) or die "args required @_";
|
||||
my $input = delete($opts{'input'});
|
||||
my $output = delete($opts{'output'});
|
||||
my $error = delete($opts{'error'});
|
||||
|
Reference in New Issue
Block a user