mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
fix: fix raw_deps handling
This commit is contained in:
@@ -1361,7 +1361,7 @@ async fn capture_dependency_job(
|
||||
npm_mode,
|
||||
)
|
||||
.await?;
|
||||
if req.is_some() {
|
||||
if req.is_some() && !raw_deps {
|
||||
crate::bun_executor::prebundle_script(
|
||||
job_raw_code,
|
||||
req.clone(),
|
||||
|
||||
Reference in New Issue
Block a user