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)
{