server
server copied to clipboard
Add Error Handling to loadPrivateKey Function
trafficstars
The loadPrivateKey function in the processGameLogin.ts file reads a file synchronously. Consider adding error handling for cases where the file might not exist or be inaccessible.
For more context, see the discussion in PR #2037 and the comment.
@drazisil has requested to be assigned to this issue.