You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
loadPrivateKey
function in theprocessGameLogin.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.
The text was updated successfully, but these errors were encountered: