mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
There's a bug somewhere which results in the expansion of an undefined string. This assertion should help track it down.
This commit is contained in:
parent
6cc76a9d5b
commit
190d3e3373
@ -146,6 +146,7 @@ sub getArgumentsAsString {
|
||||
sub getArgumentsFromString {
|
||||
my $self = shift;
|
||||
my($string) = @_;
|
||||
$self->assert(defined($string), 1, 'Tried to expand an undefined string');
|
||||
if (ref($string) eq 'ARRAY') {
|
||||
$string = join(';', @$string);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user