mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
nodejs fix
This commit is contained in:
@@ -296,7 +296,7 @@ pub async fn handle_bun_job(
|
||||
|
||||
let nodejs_mode: bool = inner_content.starts_with("//nodejs");
|
||||
|
||||
#[cfg(feature = "enterprise")]
|
||||
#[cfg(not(feature = "enterprise"))]
|
||||
if nodejs_mode {
|
||||
return Err(error::Error::ExecutionErr(
|
||||
"Nodejs mode is an EE feature".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user