fix: event execute class type error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-25 23:15:39 +08:00
parent eba21c08dc
commit e323467ed8
4 changed files with 36 additions and 8 deletions

View File

@ -48,6 +48,7 @@ class MiaoScriptCore {
}
disable() {
console.log("Disable MiaoScript Engine...")
this.pluginManager.disable();
}
}