hl 10 mesiacov pred
rodič
commit
e7df5c2d49
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/web.js

+ 1 - 1
src/web.js

@@ -99,7 +99,7 @@ function init() {
             const directoryPath = path.resolve(logPath);
             const directoryPath = path.resolve(logPath);
             if (isFilePath === false) {
             if (isFilePath === false) {
                 if (file.checkPathSync(directoryPath)) {
                 if (file.checkPathSync(directoryPath)) {
-                   var app_demo =  robot.getApp(value.id + "");
+                   var app_demo =  robot.getApp(id + "");
                     app_demo.isFilePath = true
                     app_demo.isFilePath = true
                 }
                 }
             }
             }