update to 2.2.2 version finally

clean redundant code
fix API reply in @OnTick for multi-process
fix loop error reporting
This commit is contained in:
jerry
2021-01-29 23:34:34 +08:00
parent 776ec98a3e
commit 61e3818563
15 changed files with 76 additions and 137 deletions

View File

@@ -47,7 +47,7 @@ class Table
return new DeleteBody($this);
}
public function statement($line){
public function statement(){
$this->cache = [];
//TODO: 无返回的statement语句
}