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

Replace config global declaration with pre-definition #8

Merged
merged 1 commit into from Jul 19, 2022

Conversation

notsniped
Copy link
Owner

Using a global declaration for config could lead to SyntaxError being thrown in stdout on execution. This patch should fix SyntaxError from being thrown by using a pre-definition instead.

@notsniped notsniped added the bug Something isn't working label Jul 19, 2022
@notsniped notsniped self-assigned this Jul 19, 2022
@notsniped
Copy link
Owner Author

Credit to flex#6665 for reporting the bug on Discord. For future reports, I will use the sentry server.

@notsniped notsniped merged commit 8f7332c into main Jul 19, 2022
@notsniped notsniped deleted the hotfix-config-handler branch September 8, 2022 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant