fix: fix bunnative lock creation
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user