This commit is contained in:
2021-03-05 16:57:12 +08:00
parent 2fedf6dd88
commit 4c49bbbdd0
5 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ServerInotify extends Process
public function onHandler(\Swoole\Process $process): void
{
set_error_handler([$this, 'onErrorHandler']);
if (env('debug') !== 'true') {
if (env('debug') != 'true') {
Timer::tick(100000, function () {
});