fix build

This commit is contained in:
Ruben Fiszel
2023-09-30 00:06:56 +02:00
parent 52df2650ea
commit be64f39416
@@ -595,6 +595,7 @@ pub async fn start_worker(
)
.await?;
} else if !*DISABLE_NSJAIL {
let trusted_deps = get_trusted_deps(inner_content);
logs.push_str("\n\n--- BUN INSTALL ---\n");
let _ = gen_lockfile(
&mut logs,
@@ -607,6 +608,7 @@ pub async fn start_worker(
base_internal_url,
worker_name,
false,
trusted_deps,
)
.await?;
}