modify plugin name

This commit is contained in:
2022-06-22 16:29:42 +08:00
parent f139f32c85
commit 38f00206eb
16 changed files with 597 additions and 815 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ class OnServerTask
} catch (\Throwable $exception) {
$data = jTraceEx($exception);
$this->logger->error('task', [error_trigger_format($exception)]);
$this->logger->error('task', [throwable($exception)]);
} finally {
$server->finish($data);
}
@@ -56,7 +56,7 @@ class OnServerTask
} catch (\Throwable $exception) {
$data = jTraceEx($exception);
$this->logger->error('task', [error_trigger_format($exception)]);
$this->logger->error('task', [throwable($exception)]);
} finally {
$task->finish($data);
}