mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update autoit.js
This commit is contained in:
parent
8542040539
commit
58b7dc34f1
|
@ -41,7 +41,7 @@ function AutoItObject() {
|
||||||
try {
|
try {
|
||||||
//this.interface[functionName].apply(null, args);
|
//this.interface[functionName].apply(null, args);
|
||||||
eval("this.interface." + functionName + "(\"" + args.map(addslashes).join("\", \"") + "\")");
|
eval("this.interface." + functionName + "(\"" + args.map(addslashes).join("\", \"") + "\")");
|
||||||
sleep(300);
|
sleep(300);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("AutoItObject.callFunction() ->", e.message);
|
console.error("AutoItObject.callFunction() ->", e.message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user