Improve message

This commit is contained in:
Adria Navarro 2025-02-14 12:26:46 +01:00
parent f2e8888c94
commit fa53401769
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@
from,
to,
severity: "error",
message: `Helper "${helperName}" requires a body.`,
message: `Helper "${helperName}" requires a body:\n{{#${helperName} ...}} [body] {{/${helperName}}}`,
})
return
}