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

Errors are not logged in development mode #231

Closed
chrispcampbell opened this issue Sep 18, 2022 · 0 comments · Fixed by #232 or #233
Closed

Errors are not logged in development mode #231

chrispcampbell opened this issue Sep 18, 2022 · 0 comments · Fixed by #232 or #233
Assignees

Comments

@chrispcampbell
Copy link
Contributor

In development/watch mode, the build package fails to log error messages. The problem is that the call to buildOnce includes only a catch handler (from an earlier version that did not use the neverthrow Result type). To fix, we just need to add then handler that logs the error in case of an err result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant