mirror of
https://github.com/pestphp/pest.git
synced 2026-04-24 07:57:29 +02:00
chore: rebuilds snapshots
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user