This commit is contained in:
2020-09-07 12:06:17 +08:00
parent fdea92418c
commit 9eeca895bf
+3 -4
View File
@@ -197,12 +197,11 @@ class ServerInotify extends Process
} }
/** /**
* * @param $error
*/ */
protected function onErrorHandler() protected function onErrorHandler($error)
{ {
$error = func_get_args(); $this->debug($error[1] . ' ' . $error[2] . ':' . $error[3]);
print_r($error[1] . ' ' . $error[2] . ':' . $error[3]);
} }