We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This generator always add an error into the context.
let generate (ctx: SiteContents) (_projectRoot: string) (page: string) = let error = { Path = page Message = $"Post %s{page} not found in the context" Phase = Generating } ctx.AddError error Layout.generationErrorPage ctx
The only log we get back is:
BAD FILE: posts/first.md
I think it would make sense to also log the message so the user understand the reason of the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This generator always add an error into the context.
The only log we get back is:
I think it would make sense to also log the message so the user understand the reason of the error.
The text was updated successfully, but these errors were encountered: