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

Partially revert PR-1673 due to unhandled error #1807

Merged

Conversation

GalacticInspired
Copy link
Contributor

2 months ago, the way errors were displayed was changed to actually use "error()". This caused games to break that used Adonis, as whenever the connection fails, HTTP.luau would fail as well as the require was not pcall'd.

image

@ccuser44
Copy link
Contributor

#1804 fixes

@Dimenpsyonal Dimenpsyonal merged commit 2de2a12 into Epix-Incorporated:master Dec 30, 2024
2 checks passed
@GalacticInspired
Copy link
Contributor Author

#1804 fixes

I suggest the new way is kept regardless, looping seems inefficient and "..." should be used.
function(...) warn("oh no warning here more info:", ...)

@ccuser44
Copy link
Contributor

I suggest the new way is kept regardless, looping seems inefficient and "..." should be used.

Looping?

@GalacticInspired GalacticInspired deleted the trello-fix-temp branch January 1, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants