mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 08:39:53 +00:00
Fixed typo in AsyncPool
asychronous -> asynchronous
This commit is contained in:
parent
8cf0fc63d8
commit
982444949c
@ -165,7 +165,7 @@ class AsyncPool{
|
|||||||
$this->server->getLogger()->notice("AsyncTask " . get_class($task) . " stored local complex data but did not remove them after completion");
|
$this->server->getLogger()->notice("AsyncTask " . get_class($task) . " stored local complex data but did not remove them after completion");
|
||||||
}
|
}
|
||||||
}catch(\Throwable $e){
|
}catch(\Throwable $e){
|
||||||
$this->server->getLogger()->critical("Could not execute completion of asychronous task " . (new \ReflectionClass($task))->getShortName() . ": " . $e->getMessage());
|
$this->server->getLogger()->critical("Could not execute completion of asynchronous task " . (new \ReflectionClass($task))->getShortName() . ": " . $e->getMessage());
|
||||||
$this->server->getLogger()->logException($e);
|
$this->server->getLogger()->logException($e);
|
||||||
|
|
||||||
$this->server->getScheduler()->removeLocalComplex($task); //silent
|
$this->server->getScheduler()->removeLocalComplex($task); //silent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user