]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei blob: cleanup solver tmpdir on failure
authorEric Wong <e@80x24.org>
Mon, 29 Mar 2021 17:47:17 +0000 (17:47 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Mar 2021 23:57:35 +0000 (19:57 -0400)
$lei->fail sends SIGTERM which prevents the File::Temp::Dir in
$solver->{tmp} from being cleaned up, so use $lei->child_error
instead.


No differences found