log statement added
This commit is contained in:
parent
942a3ba19e
commit
e3fcaaf248
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_
|
||||||
let mztaReplyType="`+ reply_type_pref.reply_type + `";
|
let mztaReplyType="`+ reply_type_pref.reply_type + `";
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
taLog.log("pre_script: " + pre_script);
|
||||||
taLog.log("Waiting " + _wait_time + " millisec");
|
taLog.log("Waiting " + _wait_time + " millisec");
|
||||||
await new Promise(resolve => setTimeout(resolve, _wait_time));
|
await new Promise(resolve => setTimeout(resolve, _wait_time));
|
||||||
taLog.log("Waiting " + _wait_time + " millisec done");
|
taLog.log("Waiting " + _wait_time + " millisec done");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue