Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
trying to fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckSoft committed Jun 19, 2020
1 parent a904d4c commit ca8a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bool NaiveProxyKernel::StopKernel()
httpProxy.close();
}
isStarted = false;
this->process.kill();
this->process.close();
this->process.waitForFinished();
return true;
}

0 comments on commit ca8a3d4

Please sign in to comment.