Update autoit.js

This commit is contained in:
Namhyeon Go 2022-02-10 17:22:35 +09:00
parent 8542040539
commit 58b7dc34f1

View File

@ -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);
}