Browse Source

REPORT-79345 【冒烟】切换远程,日志刷报错write failed

release/11.0
Lanlan 2 years ago
parent
commit
4c05a9f48b
  1. 6
      designer-realize/src/main/java/com/fr/start/module/DesignerActivator.java

6
designer-realize/src/main/java/com/fr/start/module/DesignerActivator.java

@ -208,8 +208,10 @@ public class DesignerActivator extends Activator implements Prepare {
CompletableFuture<Void> resourcePrepare = CompletableFuture.runAsync(() -> {
pushUpdateTask.run();
PluginResourceLoader.INSTANCE.checkOldShopFile();
UpmResourceLoader.INSTANCE.checkOldShopFile();
if (WorkContext.getCurrent().isLocal()) {
PluginResourceLoader.INSTANCE.checkOldShopFile();
UpmResourceLoader.INSTANCE.checkOldShopFile();
}
}, DesignerStartupPool.common());
CompletableFuture

Loading…
Cancel
Save