fix: fix bunnative lock creation

This commit is contained in:
Ruben Fiszel
2024-07-30 10:01:29 +02:00
parent f40d37013f
commit abe0528fa4
2 changed files with 3 additions and 0 deletions

View File

@@ -570,6 +570,7 @@ async fn create_script_internal<'c>(
let lock = if !(ns.language == ScriptLang::Python3
|| ns.language == ScriptLang::Go
|| ns.language == ScriptLang::Bun
|| ns.language == ScriptLang::Bunnative
|| ns.language == ScriptLang::Deno
|| ns.language == ScriptLang::Php)
{

View File

@@ -663,6 +663,8 @@ pub async fn eval_fetch_timeout(
deno_fetch::Options {
root_cert_store_provider: Some(Arc::new(cert_store_provider)),
user_agent: "windmill/beta".to_string(),
proxy: None,
..Default::default()
}
} else {