refactor(proxy): remove redundant stop call in restart method
This commit is contained in:
parent
d110c93ba9
commit
0b41378014
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ public function proxyStatusUpdated()
|
|||
public function restart()
|
||||
{
|
||||
try {
|
||||
$this->stop();
|
||||
$this->dispatch('checkProxy');
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue