Skip to content
New issue

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

Handle non-JSON arguments #233

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Handle non-JSON arguments #233

merged 2 commits into from
Dec 3, 2024

Conversation

JakeSCahill
Copy link
Contributor

When this is unhandled, the error propagates to Antora and results in a failed build. For example:

FATAL (antora): Unexpected token u in JSON at position 0 in UI template partials/bloblang-playground.hbs

This handles the error gracefully and allows our templates to ignore empty objects

When this is unhandled, the error propagates to Antora and results in a failed build. For example:

```
FATAL (antora): Unexpected token u in JSON at position 0 in UI template partials/bloblang-playground.hbs
```

This handles the error gracefully and allows our templates to ignore empty objects
Copy link

netlify bot commented Dec 3, 2024

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit b391e54
🔍 Latest deploy log https://app.netlify.com/sites/docs-ui/deploys/674ee1f6239bda000897efc8
😎 Deploy Preview https://deploy-preview-233--docs-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JakeSCahill JakeSCahill requested a review from asimms41 December 3, 2024 10:50
@JakeSCahill JakeSCahill merged commit ec8be04 into main Dec 3, 2024
5 checks passed
@JakeSCahill JakeSCahill deleted the JakeSCahill-patch-1 branch December 3, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants