Skip to content

fix: crashes due to missing error handling#52

Open
mdlkxzmcp wants to merge 1 commit intocodedge-llc:masterfrom
mdlkxzmcp:fix-missing-error-handling
Open

fix: crashes due to missing error handling#52
mdlkxzmcp wants to merge 1 commit intocodedge-llc:masterfrom
mdlkxzmcp:fix-missing-error-handling

Conversation

@mdlkxzmcp
Copy link

A bunch of init functions were assuming that everything will always return {:ok, result}, which obviously is not always the case... Added simple logic to return {:stop, reason} instead so as to not crash the whole process tree due to FunctionClauseError :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant