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

Fix template return type error message #31

Closed
UnexomWid opened this issue Aug 2, 2020 · 0 comments
Closed

Fix template return type error message #31

UnexomWid opened this issue Aug 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working fixed The reported problem was fixed

Comments

@UnexomWid
Copy link
Owner

When attempting to render something like a boolean, the renderer throws an exception (as expected). The exception states that the only supported return types are string, number, and others.

Along the supported types, ArrayBuffer is also listed. However, it's not supported. What is supported, though, is Buffer. The message should be fixed, as it could confuse the user.

@UnexomWid UnexomWid added the bug Something isn't working label Aug 2, 2020
@UnexomWid UnexomWid self-assigned this Aug 2, 2020
@UnexomWid UnexomWid added the fixed The reported problem was fixed label Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The reported problem was fixed
Projects
None yet
Development

No branches or pull requests

1 participant