日志控制
This commit is contained in:
@@ -64,7 +64,7 @@ export default class GameRootUI extends Component {
|
||||
callback?: Function
|
||||
) {
|
||||
if (!this.defaultView) {
|
||||
console.warn("GameRootUI: defaultView not found");
|
||||
logger.warn("GameRootUI: defaultView not found");
|
||||
callback && callback();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user