Browse Source

Pull request #9926: REPORT-79345 【冒烟】切换远程,日志刷报错write failed

Merge in DESIGN/design from ~LANLAN/design:final/11.0 to final/11.0

* commit '4d4c4989317bfb3ef9a32e8b92e6b4aac1b6f24d':
  REPORT-79345 【冒烟】切换远程,日志刷报错write failed
new-design
Lanlan 2 years ago
parent
commit
4d91b71e26
  1. 2
      designer-realize/src/main/java/com/fr/start/module/DesignerActivator.java

2
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(() -> { CompletableFuture<Void> resourcePrepare = CompletableFuture.runAsync(() -> {
pushUpdateTask.run(); pushUpdateTask.run();
if (WorkContext.getCurrent().isLocal()) {
PluginResourceLoader.INSTANCE.checkOldShopFile(); PluginResourceLoader.INSTANCE.checkOldShopFile();
UpmResourceLoader.INSTANCE.checkOldShopFile(); UpmResourceLoader.INSTANCE.checkOldShopFile();
}
}, DesignerStartupPool.common()); }, DesignerStartupPool.common());
CompletableFuture CompletableFuture

Loading…
Cancel
Save