feat: 新增 Console 和 reflect 部分完善 command
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
@ -80,7 +80,7 @@ function listen(event, exec, priority, ignoreCancel) {
|
||||
try {
|
||||
eventCls = base.getClass(eventCls);
|
||||
} catch (ex) {
|
||||
log.w("事件 %s 未找到!");
|
||||
log.w("事件 %s 未找到!", event);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user