mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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 $path = delete($opts{'path'}) or die "path required @_";
|
||||||
my $args = delete($opts{'args'}) or die "args required";
|
my $args = delete($opts{'args'}) or die "args required @_";
|
||||||
my $input = delete($opts{'input'});
|
my $input = delete($opts{'input'});
|
||||||
my $output = delete($opts{'output'});
|
my $output = delete($opts{'output'});
|
||||||
my $error = delete($opts{'error'});
|
my $error = delete($opts{'error'});
|
||||||
|
Reference in New Issue
Block a user