fix: 修复事件执行器错误 完善事件系统
This commit is contained in:
@ -248,7 +248,7 @@ function init(path) {
|
||||
};
|
||||
|
||||
function load() {
|
||||
checkAndRun(arguments, 'init');
|
||||
checkAndRun(arguments, 'load');
|
||||
};
|
||||
|
||||
function enable() {
|
||||
|
Reference in New Issue
Block a user