This commit is contained in:
wangcongtao
2020-06-10 19:32:27 +08:00
parent 1faef8ed75
commit b92b4d124f
4 changed files with 20 additions and 2 deletions

View File

@@ -137,8 +137,8 @@ public class MogoModulesManager implements MogoModulesHandler {
if ( baseModule == null ) {
continue;
}
load( baseModule.getPath() );
Logger.d( TAG, "加载基本模块:%s", baseModule.getPath() );
load( baseModule.getPath() );
}
}