diff --git a/backend/src/worker.rs b/backend/src/worker.rs index 5e82f6cc94..49bf3a0718 100644 --- a/backend/src/worker.rs +++ b/backend/src/worker.rs @@ -579,6 +579,7 @@ async function run() {{ console.log(); console.log("result:"); console.log(res_json); + Deno.exit(0); }} run(); "#,