fix(timer): 修复 F2 代码质量问题

- HostServiceBase: move Log::error before throw so it actually executes
- TimerBase: remove empty comment block
This commit is contained in:
augushong
2026-05-26 03:15:54 +08:00
parent 6dceb028b3
commit fd89a60425
2 changed files with 1 additions and 4 deletions

View File

@@ -265,8 +265,6 @@ class TimerBase extends Command
continue;
}
//
$http->request($host . $request_item['target'], [
'headers' => [
'Host' => $site_host,