fix: prevent error spam from ServerStatsService when running on Windows
What does this PR do? (Please give us a brief description of what this PR does.)
This PR fixes a bug that results in an error spammed to the server console when running on windows. The root cause is incorrect typings for the systeminformation
package, which specify a non-null response while the library is perfectly capable of returning null
on unsupported platforms. I fixed this by simply extending the current "ignore errors" logic to account for a null response.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request
Merge request reports
Activity
Filter activity
Please register or sign in to reply