nit worker error msg

This commit is contained in:
Diego Imbert
2026-09-16 15:14:28 +02:00
parent 01eba26582
commit d32ff92eac
+1 -1
View File
@@ -8577,7 +8577,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(),
))
}