Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed May 17, 2022
1 parent 00049be commit a7c3b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public PluginPackage(File file, JarClassLoader classLoader, List<PluginEntity> p
this.file = file;
this.plugins = plugins;
this.classLoader = classLoader;
this.context = new AopContext(new Props());
this.context = Aop.context().copy(new Props());

if (plugins.size() > 0) {
//进行优先级顺排(数值要倒排)
Expand Down

0 comments on commit a7c3b0f

Please sign in to comment.