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