Browse Source

打印获取到的配置参数

JiahengHe 2 months ago
parent
commit
67614a0357
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/robot.js

+ 1 - 0
src/robot.js

@@ -193,6 +193,7 @@ async function run(param) {
                 }
                 logger.info("参数组装完成!")
                 te = JSON.stringify(json_obj)
+                logger.info(te)
                 file.writeFile(destination2, te, (errer, b) => {
                     if (errer === null && b === true) {
                         scheduleConfig = 1