lei->fail only takes one message argument, presently;
but it's probably a good idea to change the API...
if ($lxs->remotes) {
require PublicInbox::LeiRemote;
$lei->{curl} //= which('curl') or return
- $lei->fail('curl needed for', $lxs->remotes);
+ $lei->fail('curl needed for '.join(', ',$lxs->remotes));
$lei->_lei_store(1)->write_prepare($lei);
}
require PublicInbox::SolverGit;
if ($lxs->remotes) {
require PublicInbox::LeiRemote;
$lei->{curl} //= which('curl') or return
- $lei->fail('curl needed for', $lxs->remotes);
+ $lei->fail('curl needed for '.join(', ',$lxs->remotes));
}
$lei->ale->refresh_externals($lxs, $lei);
my $self = bless {