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.