nit worker error msg

This commit is contained in:
Diego Imbert
2026-09-17 10:01:15 +02:00
committed by GitHub
parent eeed332591
commit d69da0bbd6
+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(),
))
}