-
Notifications
You must be signed in to change notification settings - Fork 45
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
No Error being thrown in PluginConfig #202
Comments
Does this happen in the beta of the new version of the API? |
Yes this still does not throw any error to the console even in the beta. |
And just to add i have/had debug mode toggled. |
It should be in serverlogs, see #105 |
Yeah its #105 (prob didn't see it or smth), but still there is no error in the ServerLogs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this issue where my plugin would suddenly break the whole server on launch, it was cause of an error inside my PluginConfig and it took me a while to find why it was happening.
I think this is a bug as every runtime error should be reported to the console.
The text was updated successfully, but these errors were encountered: