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(robo): show error when importing config files #184

Open
Pkmmte opened this issue Jan 4, 2024 — with Volta.net · 0 comments
Open

fix(robo): show error when importing config files #184

Pkmmte opened this issue Jan 4, 2024 — with Volta.net · 0 comments
Labels
bug Something isn't working

Comments

Copy link
Member

Pkmmte commented Jan 4, 2024

Sometimes importing a config file fails if there's a runtime error in its global scope, and Robo.js doesn't tell us why. It should.

The runtime error can be pretty much anything. Wrong import, field access on null object, null assertions, intentional errors, etc.

I don't think these errors should prevent the Robo from starting. If anything, it should start as if there were no custom options provided at all. We just need to let the user know why.

@Pkmmte Pkmmte added the bug Something isn't working label Jan 4, 2024 — with Volta.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant