Skip to content

Commit

Permalink
取消堵塞ctrl+c
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjincheng committed Aug 1, 2019
1 parent f245215 commit d14d81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Server/Process/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ protected function setName($name)
*/
public function _onProcessStart()
{
Process::signal(SIGINT, function ($signo) {
/* Process::signal(SIGINT, function ($signo) {
});
});*/
$this->log = Server::$instance->getLog();
$this->eventDispatcher = Server::$instance->getEventDispatcher();
try {
Expand Down

0 comments on commit d14d81b

Please sign in to comment.