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