改名
This commit is contained in:
@@ -274,9 +274,6 @@ abstract class Pool extends Component
|
||||
*/
|
||||
public function clean(string $name)
|
||||
{
|
||||
if ($this->creates > -1 && Timer::exists($this->creates)) {
|
||||
Timer::clear($this->creates);
|
||||
}
|
||||
if (!Context::inCoroutine() || !isset($this->_items[$name])) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -76,8 +76,6 @@ class ErrorHandler extends Component implements ErrorInterface
|
||||
{
|
||||
$this->category = 'exception';
|
||||
|
||||
var_dump($exception);
|
||||
|
||||
$event = Snowflake::app()->getEvent();
|
||||
$event->trigger(Event::SYSTEM_RESOURCE_CLEAN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user