server
server copied to clipboard
Improve error handling in processGetProfileInfo function
trafficstars
The catch block in the processGetProfileInfo function logs an error and throws a new error. Consider including the original error message in the thrown error for better debugging. See PR #2037 for more details: https://github.com/rustymotors/server/pull/2037#discussion_r1724152023