zhangheng 3 سال پیش
والد
کامیت
74031d1d62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      server/src/main/java/edp/davinci/service/screenshot/ScreenshotUtil.java

+ 1 - 1
server/src/main/java/edp/davinci/service/screenshot/ScreenshotUtil.java

@@ -227,7 +227,7 @@ public class ScreenshotUtil {
 
 
         File file = new File(CHROME_DRIVER_PATH);
-
+        System.out.println("********************"+file.getName()+"********************");
         if (!file.canExecute()) {
             if (!file.setExecutable(true)) {
                 throw new ExecutionException(new Exception(CHROME_DRIVER_PATH + " is not executable!"));