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
There are some cases where build.js (and potentially other workflow scripts) silently swallow errors, making it harder to debug exactly what went wrong or what files may be missing for a successful build.
Desired Behavior
Relevant build/lint/startup errors should be logged, and script failures should be clear
Output may look something similar to:
Suggested Solution
Adding a try/catch or whatever you feel may be needed in order to capture and log these errors for developers
Who does this impact? Who is this for?
All users
The text was updated successfully, but these errors were encountered:
🚀 Feature request
Current Behavior
There are some cases where
build.js
(and potentially other workflow scripts) silently swallow errors, making it harder to debug exactly what went wrong or what files may be missing for a successful build.Desired Behavior
Relevant build/lint/startup errors should be logged, and script failures should be clear
Output may look something similar to:
Suggested Solution
Adding a try/catch or whatever you feel may be needed in order to capture and log these errors for developers
Who does this impact? Who is this for?
All users
The text was updated successfully, but these errors were encountered: