chore: rebuilds snapshots

This commit is contained in:
Nuno Maduro
2023-03-21 16:57:07 +00:00
parent 2d6d8b810b
commit e1e4f8d884
3 changed files with 49 additions and 3 deletions

View File

@ -29,7 +29,7 @@ final class Only implements Shutdownable
public function shutdown(): void
{
$lockFile = self::TEMPORARY_FOLDER.DIRECTORY_SEPARATOR.'only.lock';
if (file_exists($lockFile)) {
unlink($lockFile);
}