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 processDeleteProfile.ts reads a file but does not handle potential errors, such as file not found or permission issues. Consider adding error handling to improve robustness. See the discussion here: #2037 (comment)
The text was updated successfully, but these errors were encountered:
The
loadPrivateKey
function inprocessDeleteProfile.ts
reads a file but does not handle potential errors, such as file not found or permission issues. Consider adding error handling to improve robustness. See the discussion here: #2037 (comment)The text was updated successfully, but these errors were encountered: