about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/Import.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm
index 611f7b16..1ac112b8 100644
--- a/lib/PublicInbox/Import.pm
+++ b/lib/PublicInbox/Import.pm
@@ -240,7 +240,8 @@ sub done {
                         my $s = PublicInbox::SearchIdx->new($inbox);
                         $s->index_sync({ ref => $self->{ref} });
                 };
-                run_die([@cmd, qw(gc --auto)], undef);
+
+                eval { run_die([@cmd, qw(gc --auto)], undef) };
         }
 
         my $lockfh = delete $self->{lockfh} or die "BUG: not locked: $!";