mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 02:52:12 +02:00
wuip
This commit is contained in:
@ -24,6 +24,9 @@ final class PcovRestarter implements Restarter
|
||||
}
|
||||
|
||||
if (getenv(self::ENV_RESTARTED) === '1') {
|
||||
putenv(self::ENV_RESTARTED);
|
||||
unset($_ENV[self::ENV_RESTARTED]);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user