This commit is contained in:
Mr. Stallion 2023-12-03 14:11:12 -08:00
parent 70009e4d3e
commit 05fbb0aea9
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@
async executeJavaScript(js: string | undefined, context: string = 'unknown', logDetails?: any): Promise<any> {
console.log('EXECUTE JS', js);
// console.log('EXECUTE JS', js);
if (!this.runJs) return;