Browse Source

统一下载执行程序的前缀~

hl 9 months ago
parent
commit
a1c3152a90
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/robot.js

+ 2 - 0
src/robot.js

@@ -395,6 +395,8 @@ async function closeAppAll() {
                 if (value.threadStatus !== RobotStatus.STOPPED) {
                     z += 1
                 }
+                var app = value
+                robotStatus(app)
             });
             logger.info(str)
             if (z === 0) {