Browse Source

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

hl 9 months ago
parent
commit
5202fe2143
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/robot.js

+ 3 - 3
src/robot.js

@@ -363,9 +363,9 @@ async function closeAppAll() {
                 logger.error(`进程${pid} 杀死失败: ${error}`);
             }
             logger.info(`进程${pid} 杀死成功`);
-            // logger.info(`当前app:`, app);
-            app.threadStatus = RobotStatus.STOP_PENDING
-            robotStatus(app)
+            // // logger.info(`当前app:`, app);
+            // app.threadStatus = RobotStatus.STOP_PENDING
+            // robotStatus(app)
         });