You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In development/watch mode, the
build
package fails to log error messages. The problem is that the call tobuildOnce
includes only acatch
handler (from an earlier version that did not use the neverthrowResult
type). To fix, we just need to addthen
handler that logs the error in case of anerr
result.The text was updated successfully, but these errors were encountered: