Skip to content

Commit f4b2e42

Browse files
author
tiann
committed
[VXP]: fix bug of MultiEntry in one module.
1 parent c2a245d commit f4b2e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ public static ModuleLoadResult loadModule(final String moduleApkPath, String mod
286286

287287
sModuleLoadListener.onModuleLoaded(moduleClassName, currentApplicationInfo, mcl);
288288

289-
return ModuleLoadResult.SUCCESS;
290289
} catch (Throwable t) {
291290
log(t);
292291
}
292+
return ModuleLoadResult.SUCCESS;
293293
}
294294
} catch (IOException e) {
295295
log(e);

0 commit comments

Comments
 (0)