xfuture 2.8.9 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
package/index.js
CHANGED
@@ -99,14 +99,14 @@ class xFuture {
|
|
99
99
|
// 1. Mac 请传 install_helper.sh 和 xfuture_helper 的绝对路径
|
100
100
|
// 2. Windows 请传 "maodou" 固定字符串 和 sysproxy.exe 的绝对路径
|
101
101
|
// 3. workingDir 传所有 geoip 和资源的目录绝对路径
|
102
|
-
InstallDriver(shell_path, helper_path, workingDir){
|
102
|
+
InstallDriver(shell_path, helper_path, workingDir, logDir){
|
103
103
|
this.driver = helper_path;
|
104
104
|
this.workingDir = workingDir;
|
105
105
|
this.shell_path = shell_path;
|
106
106
|
parser.workingDir = workingDir;
|
107
107
|
parser.driver = helper_path;
|
108
108
|
parser.shell_path = shell_path;
|
109
|
-
ff.InstallDriver(shell_path, helper_path, workingDir);
|
109
|
+
ff.InstallDriver(shell_path, helper_path, workingDir, logDir);
|
110
110
|
}
|
111
111
|
|
112
112
|
GetCurrentStatus(){
|
Binary file
|
Binary file
|
Binary file
|