modify plugin name
This commit is contained in:
@@ -49,9 +49,7 @@ class State extends Component
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
while (checkPortIsAlready($port)) {
|
while (checkPortIsAlready($port)) {
|
||||||
if (Process::kill($pid, 0)) {
|
Process::kill($pid, 0) && Process::kill($pid, SIGTERM);
|
||||||
Process::kill($pid, SIGTERM);
|
|
||||||
}
|
|
||||||
usleep(300);
|
usleep(300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user