This commit is contained in:
2021-11-04 10:39:26 +08:00
parent b5dbf7e779
commit 72536a34be
3 changed files with 0 additions and 57 deletions
-8
View File
@@ -17,18 +17,10 @@ class OnTaskerStart extends WorkerStart implements EventDispatcherInterface
/**
* @throws ConfigException
*/
public function dispatch(object $event)
{
$time = microtime(true);
ServerManager::setEnv('environmental', Kiri::TASK);
// if (!is_enable_file_modification_listening()) {
// $this->interpretDirectory();
// }
$this->mixed($event, false, $time);
}