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

Missing error logging? #16

Open
MartinMalinda opened this issue Aug 20, 2020 · 0 comments
Open

Missing error logging? #16

MartinMalinda opened this issue Aug 20, 2020 · 0 comments
Labels
question Further information is requested

Comments

@MartinMalinda
Copy link
Owner

By the design of the task that is catching errors, these errors might not appear in the console.

The task could print these errors in the console anyways, but I need to think in what cases it's actually desirable.

If I remember right ember-concurrency does that only in development environment, but ember plugins are more opinionated and have more "support" from the parent app, while vue plugins are just packages. I'll have to check if there's a way for a plugin to know whether the consumer app is running a development or production build.

@MartinMalinda MartinMalinda added the question Further information is requested label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant