mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
修复 socketlog 的bug
This commit is contained in:
@@ -70,7 +70,9 @@ class Error
|
||||
{
|
||||
// 记录日志
|
||||
Log::save();
|
||||
\org\Slog::sendLog();
|
||||
if(defined('SLOG_ENABLE') && SLOG_ENABLE) {
|
||||
\org\Slog::sendLog();
|
||||
}
|
||||
if ($e = error_get_last()) {
|
||||
switch ($e['type']) {
|
||||
case E_ERROR:
|
||||
|
||||
Reference in New Issue
Block a user