1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: add hamster script

This commit is contained in:
Christy Jacob 2023-01-26 18:24:32 +05:30
parent fd389bc02f
commit b1f624bc0d

View file

@ -193,6 +193,10 @@ class Hamster extends Action
} catch (\Throwable $th) {
throw $th;
Console::error('Failed to update project ("' . $project->getId() . '") version with error: ' . $th->getMessage());
} finally {
$pools
->get($db)
->reclaim();
}
}