nodejs fix

This commit is contained in:
Ruben Fiszel
2024-01-14 19:05:53 +01:00
committed by GitHub
parent 1eff3fc9cc
commit 1ae36dee89
+1 -1
View File
@@ -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(),