nit worker error msg

This commit is contained in:
Diego Imbert
2026-09-09 10:06:55 +02:00
parent 9c2dbe423f
commit f41aa85226
+1 -1
View File
@@ -8445,7 +8445,7 @@ async fn run_inline_preview_script(
#[cfg(not(feature = "run_inline"))]
async fn run_inline_preview_script() -> error::Result<Response> {
Err(error::Error::InternalErr(
"inline preview requires the worker feature".to_string(),
"inline preview requires the run_inline feature on the worker".to_string(),
))
}