bugfix
This commit is contained in:
@@ -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() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user