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
Long try blocks are dangerous, they can generate multiple exceptions in different places and you can't localize it with catch, only by eyes or if-statement logic:
cyberchef/src/client/src/app/actions/account/registerUser.js
Lines 6 to 30 in 63d42b0
cyberchef/src/server/repositories/recipe.repository.ts
Lines 43 to 59 in 04b67ae
cyberchef/src/client/src/features/ValidationError.js
Lines 13 to 14 in 856b63d
Overall codebase looks fine
The text was updated successfully, but these errors were encountered: