This commit is contained in:
2021-03-29 10:54:12 +08:00
parent 681f1eb181
commit e0c71e3ae5
+1
View File
@@ -127,6 +127,7 @@ class Shutdown extends Component
*/ */
public function close(string $value) public function close(string $value)
{ {
var_dump($value);
$content = file_get_contents($value); $content = file_get_contents($value);
while ($this->pidIsExists($content)) { while ($this->pidIsExists($content)) {