We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ca896 commit 6b7878bCopy full SHA for 6b7878b
1 file changed
src/app/service/content/utils.ts
@@ -24,7 +24,7 @@ export function compileScriptCode(scriptRes: ScriptRunResouce, scriptCode?: stri
24
return ` with(context){
25
return (async (factory) => {
26
try {
27
- return await factory();
+ factory();
28
} catch (e) {
29
if (e.message && e.stack) {
30
console.error("ERROR: Execution of script '${scriptRes.name}' failed! " + e.message);
0 commit comments