fix: error fix
This commit is contained in:
parent
aabdb85ee7
commit
9c92cfb848
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function module.init(shared)
|
|||
["CreatedSync::"] = function (this,func)
|
||||
func(this);
|
||||
end;
|
||||
["Created::"] = function (this,func)
|
||||
["CreatedAsync::"] = function (this,func)
|
||||
wrap(func)(this);
|
||||
end;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue