From 5ec92e52f8e66360f13a6233337581dc24b6d7cd Mon Sep 17 00:00:00 2001 From: AppQuiz11 Date: Fri, 21 Feb 2025 18:48:26 +0530 Subject: [PATCH] Update javascript-execution-context.md --- docs/reference/javascript-execution-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/javascript-execution-context.md b/docs/reference/javascript-execution-context.md index 84db254..29cc935 100644 --- a/docs/reference/javascript-execution-context.md +++ b/docs/reference/javascript-execution-context.md @@ -1,4 +1,4 @@ ---- +src/workflowEngine/index.js--- title: JavaScript Execution Context --- @@ -24,4 +24,4 @@ If you see the `Refused to execute inline script because it violates the followi The workflow executes your JS code inside a sandbox. If your code doesn't do anything related to DOM, select this environment as the execution context. And it doesn't require an active tab to work. -And if you want to do debugging, for example using the `console.log` method. You can find the output by opening the Chrome Devtools on the Automa dashboard. \ No newline at end of file +And if you want to do debugging, for example using the `console.log` method. You can find the output by opening the Chrome Devtools on the Automa dashboard.